Browse Source

wxGUI/statusbar: positioning cosmetics

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@54218 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 12 years ago
parent
commit
0754b3343b
1 changed files with 2 additions and 2 deletions
  1. 2 2
      gui/wxpython/mapdisp/statusbar.py

+ 2 - 2
gui/wxpython/mapdisp/statusbar.py

@@ -252,8 +252,8 @@ class SbManager:
                 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