[GRASS-SVN] r54218 - grass/trunk/gui/wxpython/mapdisp

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Dec 6 04:29:07 PST 2012


Author: martinl
Date: 2012-12-06 04:29:07 -0800 (Thu, 06 Dec 2012)
New Revision: 54218

Modified:
   grass/trunk/gui/wxpython/mapdisp/statusbar.py
Log:
wxGUI/statusbar: positioning cosmetics


Modified: grass/trunk/gui/wxpython/mapdisp/statusbar.py
===================================================================
--- grass/trunk/gui/wxpython/mapdisp/statusbar.py	2012-12-06 10:59:01 UTC (rev 54217)
+++ grass/trunk/gui/wxpython/mapdisp/statusbar.py	2012-12-06 12:29:07 UTC (rev 54218)
@@ -252,8 +252,8 @@
                 x, y = rect.x + 3, rect.y - 1
                 w, h = wWin, rect.height + 2
             else: # choice || auto-rendering
-                x, y = rect.x, rect.y - 1
-                w, h = rect.width, rect.height + 2
+                x, y = rect.x, rect.y
+                w, h = rect.width, rect.height + 1
                 if idx == 2: # mask
                     x += 5
                     y += 4



More information about the grass-commit mailing list