[GRASS-SVN] r43570 - grass/trunk/gui/wxpython/gui_modules

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Sep 21 08:01:44 EDT 2010


Author: martinl
Date: 2010-09-21 12:01:44 +0000 (Tue, 21 Sep 2010)
New Revision: 43570

Modified:
   grass/trunk/gui/wxpython/gui_modules/location_wizard.py
Log:
wxGUI: enlarge size of loc wizard (#1167)
(merge r43569 from devbr6)


Modified: grass/trunk/gui/wxpython/gui_modules/location_wizard.py
===================================================================
--- grass/trunk/gui/wxpython/gui_modules/location_wizard.py	2010-09-21 12:00:38 UTC (rev 43569)
+++ grass/trunk/gui/wxpython/gui_modules/location_wizard.py	2010-09-21 12:01:44 UTC (rev 43570)
@@ -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