diff --git a/src/calibre/gui2/layout.py b/src/calibre/gui2/layout.py index eac5985d9b..a97a22bc51 100644 --- a/src/calibre/gui2/layout.py +++ b/src/calibre/gui2/layout.py @@ -284,7 +284,7 @@ class MainWindowMixin(object): # {{{ self.setCentralWidget(self.centralwidget) self._central_widget_layout = l = QVBoxLayout(self.centralwidget) m = l.contentsMargins() - m.setTop(2), m.setBottom(2) + m.setTop(0), m.setBottom(2) l.setContentsMargins(m) self.resize(1012, 740) self.location_manager = LocationManager(self)