diff src/main.h @ 1029:1a4b18c58556

Use a constant for minimal window size. Set it to 32 for all dialogs.
author zas_
date Mon, 01 Sep 2008 17:29:07 +0000
parents 1f4781992561
children 1646720364cf
line wrap: on
line diff
--- a/src/main.h	Mon Sep 01 17:22:19 2008 +0000
+++ b/src/main.h	Mon Sep 01 17:29:07 2008 +0000
@@ -97,6 +97,8 @@
 #define DEFAULT_THUMB_WIDTH	96
 #define DEFAULT_THUMB_HEIGHT	72
 
+#define DEFAULT_MINIMAL_WINDOW_SIZE 32
+
 #define IMAGE_LOADER_READ_BUFFER_SIZE_DEFAULT 	4096
 #define IMAGE_LOADER_READ_BUFFER_SIZE_MIN 	512
 #define IMAGE_LOADER_READ_BUFFER_SIZE_MAX 	16*1024*1024