[GRASS-SVN] r60785 - grass/branches/releasebranch_7_0/gui/wxpython/animation

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Jun 10 18:50:45 PDT 2014


Author: annakrat
Date: 2014-06-10 18:50:45 -0700 (Tue, 10 Jun 2014)
New Revision: 60785

Modified:
   grass/branches/releasebranch_7_0/gui/wxpython/animation/toolbars.py
Log:
wxGUI/animation: fix toolbar orientation (merge from trunk, r60784)

Modified: grass/branches/releasebranch_7_0/gui/wxpython/animation/toolbars.py
===================================================================
--- grass/branches/releasebranch_7_0/gui/wxpython/animation/toolbars.py	2014-06-11 01:48:23 UTC (rev 60784)
+++ grass/branches/releasebranch_7_0/gui/wxpython/animation/toolbars.py	2014-06-11 01:50:45 UTC (rev 60785)
@@ -41,7 +41,7 @@
                                 desc=_("Export animation"))
 }
 
-SIMPLE_LMGR_STDS = 128
+SIMPLE_LMGR_STDS = 256
 
 
 simpleLmgrIcons = {



More information about the grass-commit mailing list