[GRASS-SVN] r36249 - grass/branches/releasebranch_6_4/gui/wxpython

svn_grass at osgeo.org svn_grass at osgeo.org
Sun Mar 8 08:15:47 EDT 2009


Author: martinl
Date: 2009-03-08 08:15:47 -0400 (Sun, 08 Mar 2009)
New Revision: 36249

Modified:
   grass/branches/releasebranch_6_4/gui/wxpython/gis_set.py
Log:
wxGUI: center welcome message


Modified: grass/branches/releasebranch_6_4/gui/wxpython/gis_set.py
===================================================================
--- grass/branches/releasebranch_6_4/gui/wxpython/gis_set.py	2009-03-08 12:12:10 UTC (rev 36248)
+++ grass/branches/releasebranch_6_4/gui/wxpython/gis_set.py	2009-03-08 12:15:47 UTC (rev 36249)
@@ -329,7 +329,6 @@
                   flag= wx.ADJUST_MINSIZE |
                   wx.ALIGN_CENTER_VERTICAL |
                   wx.ALIGN_CENTER_HORIZONTAL |
-                  wx.EXPAND |
                   wx.BOTTOM,
                   border=10)
         sizer.Add(item=self.ltitle, # title
@@ -337,7 +336,6 @@
                   flag=wx.ADJUST_MINSIZE |
                   wx.ALIGN_CENTER_VERTICAL |
                   wx.ALIGN_CENTER_HORIZONTAL |
-                  wx.EXPAND |
                   wx.BOTTOM,
                   border=5)
         sizer.Add(item=dbase_sizer, proportion=0,



More information about the grass-commit mailing list