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

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Jul 5 10:33:53 EDT 2011


Author: martinl
Date: 2011-07-05 07:33:53 -0700 (Tue, 05 Jul 2011)
New Revision: 47005

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


Modified: grass/branches/develbranch_6/gui/wxpython/gui_modules/location_wizard.py
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/gui_modules/location_wizard.py	2011-07-05 14:21:00 UTC (rev 47004)
+++ grass/branches/develbranch_6/gui/wxpython/gui_modules/location_wizard.py	2011-07-05 14:33:53 UTC (rev 47005)
@@ -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