Only one standard icon size

This commit is contained in:
Veronica K. B. Olsen
2020-06-12 20:18:58 +02:00
parent 19474dbc5e
commit ee303491e4
6 changed files with 8 additions and 10 deletions
+1 -1
View File
@@ -61,7 +61,7 @@ class GuiMainStatus(QStatusBar):
colTrue = QColor(*self.theTheme.statUnsaved)
colFalse = QColor(*self.theTheme.statSaved)
iPx = self.theTheme.textIconSize
iPx = self.theTheme.baseIconSize
# Permanent Widgets
# =================