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