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
@@ -102,7 +102,7 @@ class GuiOutline(QTreeWidget):
self.itemDoubleClicked.connect(self._treeDoubleClick)
self.itemSelectionChanged.connect(self._itemSelected)
iPx = self.theTheme.textIconSize
iPx = self.theTheme.baseIconSize
self.setIconSize(QSize(iPx, iPx))
self.setIndentation(iPx)