comparison 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
comparison
equal deleted inserted replaced
225:649f7cb544e0 226:3c89da4aef95
79 #define MOUSEWHEEL_SCROLL_SIZE 20 79 #define MOUSEWHEEL_SCROLL_SIZE 20
80 80
81 #define GQVIEW_EDITOR_GENERIC_SLOTS 10 81 #define GQVIEW_EDITOR_GENERIC_SLOTS 10
82 82
83 #define COLOR_PROFILE_INPUTS 4 83 #define COLOR_PROFILE_INPUTS 4
84
85 #define DEFAULT_THUMB_WIDTH 96
86 #define DEFAULT_THUMB_HEIGHT 72
87
84 88
85 #include "typedefs.h" 89 #include "typedefs.h"
86 90
87 /* 91 /*
88 *---------------------------------------------------------------------------- 92 *----------------------------------------------------------------------------