Restored the gear SVG decoration for some dialogs until they're redesigned

This commit is contained in:
Veronica K. B. Olsen
2020-05-14 21:26:56 +02:00
parent 83e0a365ae
commit cff1529e71
3 changed files with 8 additions and 13 deletions
+2 -1
View File
@@ -59,9 +59,10 @@ class GuiConfigEditor(QDialog):
self.setWindowTitle("Preferences")
self.guiDeco = self.theParent.theTheme.loadDecoration("settings", (64,64))
self.outerBox.setSpacing(16)
self.outerBox.addWidget(self.guiDeco, 0, Qt.AlignTop)
self.outerBox.addLayout(self.innerBox)
self.outerBox.setSpacing(16)
self.setLayout(self.outerBox)
self.tabGeneral = GuiConfigEditGeneralTab(self.theParent)