瀏覽代碼

wxGUI: enlarge size of loc wizard (https://trac.osgeo.org/grass/ticket/1167)
(merge https://trac.osgeo.org/grass/changeset/43569 from devbr6)


git-svn-id: https://svn.osgeo.org/grass/grass/trunk@43570 15284696-431f-4ddb-bdfa-cd5b030d7da7

Martin Landa 14 年之前
父節點
當前提交
f9155deade
共有 1 個文件被更改,包括 3 次插入1 次删除
  1. 3 1
      gui/wxpython/gui_modules/location_wizard.py

+ 3 - 1
gui/wxpython/gui_modules/location_wizard.py

@@ -1793,7 +1793,9 @@ class LocationWizard(wx.Object):
         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