--- 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)