[GRASS-SVN] r72388 - grass/trunk/gui/wxpython/lmgr

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Mar 19 02:50:14 PDT 2018


Author: martinl
Date: 2018-03-19 02:50:13 -0700 (Mon, 19 Mar 2018)
New Revision: 72388

Modified:
   grass/trunk/gui/wxpython/lmgr/toolbars.py
Log:
wxGUI: add separator between new display and new workspace (cosmetics)

Modified: grass/trunk/gui/wxpython/lmgr/toolbars.py
===================================================================
--- grass/trunk/gui/wxpython/lmgr/toolbars.py	2018-03-18 23:18:00 UTC (rev 72387)
+++ grass/trunk/gui/wxpython/lmgr/toolbars.py	2018-03-19 09:50:13 UTC (rev 72388)
@@ -59,6 +59,7 @@
         }
         return self._getToolbarData((('newdisplay', icons["newdisplay"],
                                       self.parent.OnNewDisplay),
+                                     (None, ),
                                      ('workspaceNew', icons["workspaceNew"],
                                       self.parent.OnWorkspaceNew),
                                      ('workspaceOpen', icons["workspaceOpen"],



More information about the grass-commit mailing list