mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-08 22:43:31 +02:00
...
This commit is contained in:
parent
2307aeb815
commit
b05b808f71
1 changed files with 1 additions and 1 deletions
|
|
@ -284,7 +284,7 @@ def init_main_window_mixin(self, db):
|
|||
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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue