--- a/E5Gui/E5SideBar.py Thu Jul 25 19:08:05 2013 +0200 +++ b/E5Gui/E5SideBar.py Fri Jul 26 18:51:12 2013 +0200 @@ -52,9 +52,9 @@ self.__autoHideButton.setToolTip( self.trUtf8("Deselect to activate automatic collapsing")) self.barLayout = QBoxLayout(QBoxLayout.LeftToRight) - self.barLayout.setMargin(0) + self.barLayout.setContentsMargins(0, 0, 0, 0) self.layout = QBoxLayout(QBoxLayout.TopToBottom) - self.layout.setMargin(0) + self.layout.setContentsMargins(0, 0, 0, 0) self.layout.setSpacing(0) self.barLayout.addWidget(self.__autoHideButton) self.barLayout.addWidget(self.__tabBar)