src/eric7/VCS/ProjectHelper.py

branch
eric7
changeset 9695
ad962e9b904d
parent 9653
e67609152c5e
child 10069
435cc5875135
--- a/src/eric7/VCS/ProjectHelper.py	Thu Jan 12 11:52:43 2023 +0100
+++ b/src/eric7/VCS/ProjectHelper.py	Thu Jan 12 13:48:00 2023 +0100
@@ -21,7 +21,6 @@
 from eric7.EricWidgets import EricMessageBox
 from eric7.EricWidgets.EricApplication import ericApp
 from eric7.Project.PropertiesDialog import PropertiesDialog
-from eric7.UI import Config
 
 from .CommandOptionsDialog import VcsCommandOptionsDialog
 
@@ -178,7 +177,6 @@
         @return the toolbar generated (QToolBar)
         """
         tb = QToolBar(QCoreApplication.translate("VcsProjectHelper", "VCS"), ui)
-        tb.setIconSize(Config.ToolBarIconSize)
         tb.setObjectName("VersionControlToolbar")
         tb.setToolTip(QCoreApplication.translate("VcsProjectHelper", "VCS"))
 

eric ide

mercurial