[Greater-commits] r3582 - trunk/Administration

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Thu Jul 14 16:53:17 CEST 2011


Author: bricks
Date: 2011-07-14 16:53:16 +0200 (Thu, 14 Jul 2011)
New Revision: 3582

Modified:
   trunk/Administration/MainWindow.cpp
   trunk/Administration/MainWindow.h
Log:
Increase dialog sizes


Modified: trunk/Administration/MainWindow.cpp
===================================================================
--- trunk/Administration/MainWindow.cpp	2011-07-14 14:51:45 UTC (rev 3581)
+++ trunk/Administration/MainWindow.cpp	2011-07-14 14:53:16 UTC (rev 3582)
@@ -78,7 +78,7 @@
   SetIcon(icon);
 
   //set minimum size of the window
-  SetSizeHints(600,350);
+  SetSizeHints(800, 350);
 
   //Create menu bar
   menuFile = new wxMenu;

Modified: trunk/Administration/MainWindow.h
===================================================================
--- trunk/Administration/MainWindow.h	2011-07-14 14:51:45 UTC (rev 3581)
+++ trunk/Administration/MainWindow.h	2011-07-14 14:53:16 UTC (rev 3582)
@@ -80,8 +80,8 @@
  * ----------------------------------------- */
 
 //Constants needed for creation of buttons on dialogs
-#define BUTTON_WIDTH               95      
-#define BUTTON_HEIGHT              22       
+#define BUTTON_WIDTH               95
+#define BUTTON_HEIGHT              22
 
 //Constants needed for creation of static texts on dialogs
 #define STEXT_X_POS                10
@@ -92,9 +92,9 @@
 #define STEXT_X_SIZE_BIG           120
 
 //Constants needed for creation of combo box on dialogs
-#define CHOICE_X_SIZE              60       
+#define CHOICE_X_SIZE              80
 #define CHOICE_Y_SIZE              20
-#define CHOICE_X_SIZE_SMALL        40
+#define CHOICE_X_SIZE_SMALL        60
 
 //Constants needed for creation of text controls
 #define TEXT_X_POS                 80



More information about the Greater-commits mailing list