mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
2307aeb815
commit
b05b808f71
@ -284,7 +284,7 @@ class MainWindowMixin(object): # {{{
|
|||||||
self.setCentralWidget(self.centralwidget)
|
self.setCentralWidget(self.centralwidget)
|
||||||
self._central_widget_layout = l = QVBoxLayout(self.centralwidget)
|
self._central_widget_layout = l = QVBoxLayout(self.centralwidget)
|
||||||
m = l.contentsMargins()
|
m = l.contentsMargins()
|
||||||
m.setTop(2), m.setBottom(2)
|
m.setTop(0), m.setBottom(2)
|
||||||
l.setContentsMargins(m)
|
l.setContentsMargins(m)
|
||||||
self.resize(1012, 740)
|
self.resize(1012, 740)
|
||||||
self.location_manager = LocationManager(self)
|
self.location_manager = LocationManager(self)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user