[GRASS-SVN] r47006 - grass/branches/releasebranch_6_4/gui/wxpython/gui_modules

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Jul 5 10:40:14 EDT 2011


Author: martinl
Date: 2011-07-05 07:40:14 -0700 (Tue, 05 Jul 2011)
New Revision: 47006

Modified:
   grass/branches/releasebranch_6_4/gui/wxpython/gui_modules/location_wizard.py
Log:
wxGUI/location wizard: resizable border
              (merge r47003 from trunk)


Modified: grass/branches/releasebranch_6_4/gui/wxpython/gui_modules/location_wizard.py
===================================================================
--- grass/branches/releasebranch_6_4/gui/wxpython/gui_modules/location_wizard.py	2011-07-05 14:33:53 UTC (rev 47005)
+++ grass/branches/releasebranch_6_4/gui/wxpython/gui_modules/location_wizard.py	2011-07-05 14:40:14 UTC (rev 47006)
@@ -22,7 +22,7 @@
  - LocationWizard
  - SelectTransformDialog
 
-(C) 2007-2010 by the GRASS Development Team
+(C) 2007-2011 by the GRASS Development Team
 
 This program is free software under the GNU General Public License
 (>=v2). Read the file COPYING that comes with GRASS for details.
@@ -1748,7 +1748,7 @@
         # define wizard pages
         #
         self.wizard = wiz.Wizard(parent, id = wx.ID_ANY, title = _("Define new GRASS Location"),
-                                 bitmap = wizbmp)
+                                 bitmap = wizbmp, style = wx.DEFAULT_DIALOG_STYLE | wx.RESIZE_BORDER)
         self.startpage = DatabasePage(self.wizard, self, grassdatabase)
         self.csystemspage = CoordinateSystemPage(self.wizard, self)
         self.projpage = ProjectionsPage(self.wizard, self)



More information about the grass-commit mailing list