Separate sidebar icons from other icons

This commit is contained in:
Veronica Berglyd Olsen
2025-01-22 16:40:54 +01:00
parent 7e7bff9d06
commit 93104d6a65
3 changed files with 6 additions and 4 deletions
+2 -2
View File
@@ -145,8 +145,8 @@ class GuiSideBar(QWidget):
self.tbSearch.setThemeIcon("sb_search")
self.tbOutline.setThemeIcon("sb_outline")
self.tbBuild.setThemeIcon("sb_build")
self.tbDetails.setThemeIcon("list")
self.tbStats.setThemeIcon("stats")
self.tbDetails.setThemeIcon("sb_details")
self.tbStats.setThemeIcon("sb_stats")
self.tbSettings.setThemeIcon("settings")
return