[GRASS-SVN] r65386 - grass/trunk/gui/wxpython/dbmgr
svn_grass at osgeo.org
svn_grass at osgeo.org
Sat Jun 6 07:09:38 PDT 2015
Author: martinl
Date: 2015-06-06 07:09:37 -0700 (Sat, 06 Jun 2015)
New Revision: 65386
Modified:
grass/trunk/gui/wxpython/dbmgr/sqlbuilder.py
Log:
wxGUI/dbmgr: enlarge SQL builder windows, see #2661
Modified: grass/trunk/gui/wxpython/dbmgr/sqlbuilder.py
===================================================================
--- grass/trunk/gui/wxpython/dbmgr/sqlbuilder.py 2015-06-06 13:36:48 UTC (rev 65385)
+++ grass/trunk/gui/wxpython/dbmgr/sqlbuilder.py 2015-06-06 14:09:37 UTC (rev 65386)
@@ -73,10 +73,10 @@
self.statusbar = self.CreateStatusBar(number=1)
self._doLayout(modeChoices)
- self.SetMinSize((400, 600))
+ self.SetMinSize((425, 600))
self.SetClientSize(self.panel.GetSize())
self.CenterOnParent()
-
+
def _doLayout(self, modeChoices):
"""Do dialog layout"""
More information about the grass-commit
mailing list