This commit is contained in:
Kovid Goyal 2017-06-07 21:03:35 +05:30
parent 2307aeb815
commit b05b808f71
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -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)