[GRASS-SVN] r60384 - grass/trunk/gui/wxpython/mapwin

svn_grass at osgeo.org svn_grass at osgeo.org
Tue May 20 20:06:27 PDT 2014


Author: annakrat
Date: 2014-05-20 20:06:27 -0700 (Tue, 20 May 2014)
New Revision: 60384

Modified:
   grass/trunk/gui/wxpython/mapwin/decorations.py
Log:
wxGUI/legend: change default legend position so that legend histogram is not cut off

Modified: grass/trunk/gui/wxpython/mapwin/decorations.py
===================================================================
--- grass/trunk/gui/wxpython/mapwin/decorations.py	2014-05-21 02:38:22 UTC (rev 60383)
+++ grass/trunk/gui/wxpython/mapwin/decorations.py	2014-05-21 03:06:27 UTC (rev 60384)
@@ -211,7 +211,7 @@
         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):



More information about the grass-commit mailing list