diff src/info.h @ 764:ae618ebec3e9

Save properties window width and height to rc file and restore them on next session if layout.save_window_positions is set to TRUE.
author zas_
date Thu, 29 May 2008 07:52:05 +0000
parents 9f00d0d874fa
children 1646720364cf
line wrap: on
line diff
--- a/src/info.h	Wed May 28 22:12:10 2008 +0000
+++ b/src/info.h	Thu May 29 07:52:05 2008 +0000
@@ -14,6 +14,9 @@
 #ifndef INFO_H
 #define INFO_H
 
+#define DEF_PROPERTY_WIDTH  600
+#define DEF_PROPERTY_HEIGHT 400
+
 
 typedef struct _InfoData InfoData;
 struct _InfoData