mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-09 00:34:16 +02:00
[fix][ui] maximized panel
This commit is contained in:
@@ -136,7 +136,6 @@ class ManageWindow(QWidget):
|
|||||||
self.layout.addWidget(self.toolbar_top)
|
self.layout.addWidget(self.toolbar_top)
|
||||||
|
|
||||||
self.toolbar = QToolBar()
|
self.toolbar = QToolBar()
|
||||||
self.toolbar.setSizePolicy(QSizePolicy.Minimum, QSizePolicy.Preferred)
|
|
||||||
self.toolbar.setStyleSheet('QToolBar {spacing: 4px; margin-top: 15px; margin-bottom: 5px}')
|
self.toolbar.setStyleSheet('QToolBar {spacing: 4px; margin-top: 15px; margin-bottom: 5px}')
|
||||||
|
|
||||||
self.checkbox_updates = QCheckBox()
|
self.checkbox_updates = QCheckBox()
|
||||||
|
|||||||
Reference in New Issue
Block a user