src/eric7/Debugger/DebugUI.py

branch
eric7
changeset 9695
ad962e9b904d
parent 9653
e67609152c5e
child 10044
fd95315b1c26
diff -r 90a7081e2837 -r ad962e9b904d src/eric7/Debugger/DebugUI.py
--- a/src/eric7/Debugger/DebugUI.py	Thu Jan 12 11:52:43 2023 +0100
+++ b/src/eric7/Debugger/DebugUI.py	Thu Jan 12 13:48:00 2023 +0100
@@ -21,7 +21,6 @@
 from eric7.EricWidgets import EricMessageBox
 from eric7.Globals import recentNameBreakpointConditions
 from eric7.SystemUtilities import FileSystemUtilities
-from eric7.UI import Config
 from eric7.UI.Info import Program
 from eric7.UI.NotificationWidget import NotificationTypes
 
@@ -858,7 +857,6 @@
         @return the generated toolbars (list of QToolBar)
         """
         starttb = QToolBar(self.tr("Start"), self.ui)
-        starttb.setIconSize(Config.ToolBarIconSize)
         starttb.setObjectName("StartToolbar")
         starttb.setToolTip(self.tr("Start"))
 
@@ -872,7 +870,6 @@
         starttb.addAction(self.debugProjectAct)
 
         debugtb = QToolBar(self.tr("Debug"), self.ui)
-        debugtb.setIconSize(Config.ToolBarIconSize)
         debugtb.setObjectName("DebugToolbar")
         debugtb.setToolTip(self.tr("Debug"))
 

eric ide

mercurial