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

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Sep 28 17:33:50 EDT 2009


Author: martinl
Date: 2009-09-28 17:33:47 -0400 (Mon, 28 Sep 2009)
New Revision: 39319

Modified:
   grass/branches/develbranch_6/gui/wxpython/gui_modules/menuform.py
Log:
cosmetics in wxGUI dialogs


Modified: grass/branches/develbranch_6/gui/wxpython/gui_modules/menuform.py
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/gui_modules/menuform.py	2009-09-28 21:15:14 UTC (rev 39318)
+++ grass/branches/develbranch_6/gui/wxpython/gui_modules/menuform.py	2009-09-28 21:33:47 UTC (rev 39319)
@@ -716,7 +716,8 @@
         # add help button
         btnsizer.Add(item=self.btn_help, proportion=0, flag=wx.ALL | wx.ALIGN_CENTER, border=10)
 
-        guisizer.Add(item=btnsizer, proportion=0, flag=wx.ALIGN_CENTER)
+        guisizer.Add(item=btnsizer, proportion=0, flag=wx.ALIGN_CENTER | wx.LEFT | wx.RIGHT,
+                     border = 30)
 
         if self.parent is not None:
             self.outputType = None



More information about the grass-commit mailing list