Add a new icon for the editor toolbar

This commit is contained in:
Veronica Berglyd Olsen
2024-11-14 21:10:33 +01:00
parent 1ee191220f
commit 91e502deb6
6 changed files with 15 additions and 3 deletions
+1 -1
View File
@@ -2941,7 +2941,7 @@ class GuiDocEditHeader(QWidget):
def updateTheme(self) -> None:
"""Update theme elements."""
self.tbButton.setThemeIcon("menu")
self.tbButton.setThemeIcon("toolbar")
self.outlineButton.setThemeIcon("list")
self.searchButton.setThemeIcon("search")
self.minmaxButton.setThemeIcon("maximise")