[fix][ui] maximized panel

This commit is contained in:
Vinícius Moreira
2020-01-13 18:43:01 -03:00
parent 495c579d58
commit bbb5aa92bb

View File

@@ -136,7 +136,6 @@ class ManageWindow(QWidget):
self.layout.addWidget(self.toolbar_top)
self.toolbar = QToolBar()
self.toolbar.setSizePolicy(QSizePolicy.Minimum, QSizePolicy.Preferred)
self.toolbar.setStyleSheet('QToolBar {spacing: 4px; margin-top: 15px; margin-bottom: 5px}')
self.checkbox_updates = QCheckBox()