[GRASS-SVN] r47900 - grass/trunk/gui/wxpython

svn_grass at osgeo.org svn_grass at osgeo.org
Sat Aug 27 08:31:38 EDT 2011


Author: annakrat
Date: 2011-08-27 05:31:38 -0700 (Sat, 27 Aug 2011)
New Revision: 47900

Modified:
   grass/trunk/gui/wxpython/wxgui.py
Log:
wxNviz: move nviz toolbar to the end of row

Modified: grass/trunk/gui/wxpython/wxgui.py
===================================================================
--- grass/trunk/gui/wxpython/wxgui.py	2011-08-27 12:20:01 UTC (rev 47899)
+++ grass/trunk/gui/wxpython/wxgui.py	2011-08-27 12:31:38 UTC (rev 47900)
@@ -286,7 +286,7 @@
         # show toolbar
         self._auimgr.GetPane('toolbarNviz').Show()
         # reorder other toolbars
-        for pos, toolbar in enumerate(('toolbarNviz', 'toolbarVector', 'toolbarTools', 'toolbarMisc')):
+        for pos, toolbar in enumerate(('toolbarVector', 'toolbarTools', 'toolbarMisc','toolbarNviz')):
             self._auimgr.GetPane(toolbar).Row(2).Position(pos)
         self._auimgr.Update()
         



More information about the grass-commit mailing list