E5Gui/E5ToolBarDialog.py

changeset 3621
15f23ed3f216
parent 3539
0c2dc1446ebf
child 3656
441956d8fce5
diff -r 2c8d96d47cda -r 15f23ed3f216 E5Gui/E5ToolBarDialog.py
--- a/E5Gui/E5ToolBarDialog.py	Fri May 30 13:17:20 2014 +0200
+++ b/E5Gui/E5ToolBarDialog.py	Fri May 30 15:16:40 2014 +0200
@@ -60,15 +60,15 @@
         
         self.__manager = toolBarManager
         self.__toolbarItems = {}
-            # maps toolbar item IDs to toolbar items
+        # maps toolbar item IDs to toolbar items
         self.__currentToolBarItem = None
         self.__removedToolBarIDs = []
-            # remember custom toolbars to be deleted
+        # remember custom toolbars to be deleted
         
         self.__widgetActionToToolBarItemID = {}
-            # maps widget action IDs to toolbar item IDs
+        # maps widget action IDs to toolbar item IDs
         self.__toolBarItemToWidgetActionID = {}
-            # maps toolbar item IDs to widget action IDs
+        # maps toolbar item IDs to widget action IDs
         
         self.upButton.setIcon(UI.PixmapCache.getIcon("1uparrow.png"))
         self.downButton.setIcon(UI.PixmapCache.getIcon("1downarrow.png"))

eric ide

mercurial