[GRASS-SVN] r64152 - grass/trunk/gui/wxpython/mapdisp
svn_grass at osgeo.org
svn_grass at osgeo.org
Tue Jan 13 16:15:05 PST 2015
Author: martinl
Date: 2015-01-13 16:15:05 -0800 (Tue, 13 Jan 2015)
New Revision: 64152
Modified:
grass/trunk/gui/wxpython/mapdisp/frame.py
Log:
partly revert r64150
Modified: grass/trunk/gui/wxpython/mapdisp/frame.py
===================================================================
--- grass/trunk/gui/wxpython/mapdisp/frame.py 2015-01-14 00:12:14 UTC (rev 64151)
+++ grass/trunk/gui/wxpython/mapdisp/frame.py 2015-01-14 00:15:05 UTC (rev 64152)
@@ -233,10 +233,7 @@
statusbar = self.CreateStatusBar(number = 4, style = 0)
if globalvar.wxPython3:
statusbar.SetMinHeight(24)
- prop = [-6, -2, -1, -2]
- else:
- prop = [-5, -2, -1, -1]
- statusbar.SetStatusWidths(prop)
+ statusbar.SetStatusWidths([-5, -2, -1, -1])
self.statusbarManager = sb.SbManager(mapframe = self, statusbar = statusbar)
# fill statusbar manager
More information about the grass-commit
mailing list