diff src/gqview.h @ 226:3c89da4aef95

Fix and simplify thumbnails size combo box related code. Some variables were unused, code was buggy (spurious entry at the end of the list). A sanity check for values coming from rc file was added. Two constants now define the default thumbnail size.
author zas_
date Thu, 03 Apr 2008 14:35:03 +0000
parents f4a0555794a9
children 41fc4bfc8b25
line wrap: on
line diff
--- a/src/gqview.h	Thu Apr 03 13:58:20 2008 +0000
+++ b/src/gqview.h	Thu Apr 03 14:35:03 2008 +0000
@@ -82,6 +82,10 @@
 
 #define COLOR_PROFILE_INPUTS 4
 
+#define DEFAULT_THUMB_WIDTH	96
+#define DEFAULT_THUMB_HEIGHT	72
+
+
 #include "typedefs.h"
 
 /*