[GRASS-SVN] r43569 - grass/branches/develbranch_6/gui/wxpython/gui_modules

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Sep 21 08:00:38 EDT 2010


Author: martinl
Date: 2010-09-21 12:00:38 +0000 (Tue, 21 Sep 2010)
New Revision: 43569

Modified:
   grass/branches/develbranch_6/gui/wxpython/gui_modules/location_wizard.py
Log:
wxGUI: enlarge size of loc wizard (#1167)


Modified: grass/branches/develbranch_6/gui/wxpython/gui_modules/location_wizard.py
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/gui_modules/location_wizard.py	2010-09-21 11:56:03 UTC (rev 43568)
+++ grass/branches/develbranch_6/gui/wxpython/gui_modules/location_wizard.py	2010-09-21 12:00:38 UTC (rev 43569)
@@ -1793,7 +1793,9 @@
         self.custompage.DoLayout()
         self.sumpage.DoLayout()
         self.wizard.FitToPage(self.datumpage)
-                
+        size = self.wizard.GetPageSize()
+        self.wizard.SetPageSize((size[0], size[1] + 75))
+        
         # new location created?
         self.location = None 
         success = False



More information about the grass-commit mailing list