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

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Jan 28 19:15:51 PST 2016


Author: wenzeslaus
Date: 2016-01-28 19:15:50 -0800 (Thu, 28 Jan 2016)
New Revision: 67700

Modified:
   grass/trunk/gui/wxpython/lmgr/toolbars.py
Log:
wxGUI/lmgr: reduce num of separators in toolbar (see r67699 and #2799)

Modified: grass/trunk/gui/wxpython/lmgr/toolbars.py
===================================================================
--- grass/trunk/gui/wxpython/lmgr/toolbars.py	2016-01-29 01:09:45 UTC (rev 67699)
+++ grass/trunk/gui/wxpython/lmgr/toolbars.py	2016-01-29 03:15:50 UTC (rev 67700)
@@ -53,7 +53,6 @@
             }
         return self._getToolbarData((('newdisplay', icons["newdisplay"],
                                       self.parent.OnNewDisplay),
-                                     (None, ),
                                      ('workspaceNew', icons["workspaceNew"],
                                       self.parent.OnWorkspaceNew),
                                      ('workspaceOpen', icons["workspaceOpen"],
@@ -112,7 +111,6 @@
                                      (None, ),
                                      ('addgrp',  icons["addGroup"],
                                       self.parent.OnAddGroup),
-                                     (None, ),
                                      ('delcmd',  icons["delCmd"],
                                       self.parent.OnDeleteLayer),
                                      ))



More information about the grass-commit mailing list