Selaa lähdekoodia

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 vuotta sitten
vanhempi
commit
7c0b867466
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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._id = 0
         self._name = 'legend'
         self._name = 'legend'
         # TODO: synchronize with d.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]
         self._cmd = ['d.legend', self._defaultAt]
 
 
     def GetPlacement(self, screensize):
     def GetPlacement(self, screensize):