diff src/options.c @ 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 9b0ac8d58c89
children ff51413f098d
line wrap: on
line diff
--- a/src/options.c	Wed May 28 22:12:10 2008 +0000
+++ b/src/options.c	Thu May 29 07:52:05 2008 +0000
@@ -102,6 +102,8 @@
 	options->layout.main_window.x = 0;
 	options->layout.main_window.y = 0;
 	options->layout.order = NULL;
+	options->layout.properties_window.w = DEF_PROPERTY_WIDTH;
+	options->layout.properties_window.h = DEF_PROPERTY_HEIGHT;
 	options->layout.save_window_positions = FALSE;
 	options->layout.show_marks = FALSE;
 	options->layout.show_thumbnails = FALSE;