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
@@ -282,7 +282,7 @@ class GuiProjectEditStatus(QWidget):
self.colChanged = False
self.selColour = None
self.iPx = self.theTheme.textIconSize
self.iPx = self.theTheme.baseIconSize
self.outerBox = QVBoxLayout()
self.mainBox = QHBoxLayout()