eric7/EricWidgets/EricSideBar.py

branch
eric7
changeset 8603
b510b7696cc5
parent 8588
84dfb28716e2
child 8722
2f57e52a704b
--- a/eric7/EricWidgets/EricSideBar.py	Tue Sep 14 18:05:47 2021 +0200
+++ b/eric7/EricWidgets/EricSideBar.py	Tue Sep 14 18:07:27 2021 +0200
@@ -57,7 +57,7 @@
         
         self.layout = QBoxLayout(QBoxLayout.Direction.TopToBottom)
         self.layout.setContentsMargins(0, 0, 0, 0)
-        self.layout.setSpacing(0)
+        self.layout.setSpacing(3)
         self.layout.addWidget(self.__iconBar)
         self.layout.addWidget(self.__stackedWidget)
         self.setLayout(self.layout)

eric ide

mercurial