improvements

This commit is contained in:
Vinicius Moreira
2019-09-02 23:02:26 -03:00
parent a7df066e88
commit 443b10cac6
5 changed files with 6 additions and 6 deletions

View File

@@ -97,7 +97,7 @@ class ManageWindow(QWidget):
self.layout.addWidget(self.toolbar_top)
self.toolbar = QToolBar()
self.toolbar.setStyleSheet('QToolBar {spacing: 4px; margin-top: 8px; margin-bottom: 5px}')
self.toolbar.setStyleSheet('QToolBar {spacing: 4px; margin-top: 15px; margin-bottom: 5px}')
self.checkbox_updates = QCheckBox()
self.checkbox_updates.setText(self.i18n['updates'].capitalize())