diff --git a/taggerwindow.py b/taggerwindow.py index 3a3ccae..d2b66f8 100644 --- a/taggerwindow.py +++ b/taggerwindow.py @@ -1861,7 +1861,7 @@ class TaggerWindow( QtGui.QMainWindow): if self.scrollArea.verticalScrollBar().isVisible(): scrollbar_w = self.scrollArea.verticalScrollBar().width() - new_w = self.scrollArea.width() - scrollbar_w - 3 + new_w = self.scrollArea.width() - scrollbar_w - 5 self.scrollAreaWidgetContents.resize( new_w, self.scrollAreaWidgetContents.height()) def resizeEvent( self, ev ):