浏览代码

wxGUI/legend: change default legend position so that legend histogram is not cut off

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@60384 15284696-431f-4ddb-bdfa-cd5b030d7da7
Anna Petrášová 11 年之前
父节点
当前提交
7c0b867466
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      gui/wxpython/mapwin/decorations.py

+ 1 - 1
gui/wxpython/mapwin/decorations.py

@@ -211,7 +211,7 @@ class LegendController(OverlayController):
         self._id = 0
         self._name = 'legend'
         # TODO: synchronize with d.legend?
-        self._defaultAt = 'at=5,50,2,5'
+        self._defaultAt = 'at=5,50,7,10'
         self._cmd = ['d.legend', self._defaultAt]
 
     def GetPlacement(self, screensize):