Separate sidebar icons from other icons
This commit is contained in:
@@ -145,8 +145,8 @@ class GuiSideBar(QWidget):
|
|||||||
self.tbSearch.setThemeIcon("sb_search")
|
self.tbSearch.setThemeIcon("sb_search")
|
||||||
self.tbOutline.setThemeIcon("sb_outline")
|
self.tbOutline.setThemeIcon("sb_outline")
|
||||||
self.tbBuild.setThemeIcon("sb_build")
|
self.tbBuild.setThemeIcon("sb_build")
|
||||||
self.tbDetails.setThemeIcon("list")
|
self.tbDetails.setThemeIcon("sb_details")
|
||||||
self.tbStats.setThemeIcon("stats")
|
self.tbStats.setThemeIcon("sb_stats")
|
||||||
self.tbSettings.setThemeIcon("settings")
|
self.tbSettings.setThemeIcon("settings")
|
||||||
|
|
||||||
return
|
return
|
||||||
|
|||||||
+2
-2
@@ -173,8 +173,8 @@ if __name__ == "__main__":
|
|||||||
cmdIcons = parsers.add_parser(
|
cmdIcons = parsers.add_parser(
|
||||||
"icons", help="Build icon theme files from source."
|
"icons", help="Build icon theme files from source."
|
||||||
)
|
)
|
||||||
cmdIcons.add_argument("--sources", help="Working directory for sources.")
|
cmdIcons.add_argument("sources", help="Working directory for sources.")
|
||||||
cmdIcons.add_argument("--style", help="What icon style to build.")
|
cmdIcons.add_argument("style", help="What icon style to build.")
|
||||||
cmdIcons.set_defaults(func=utils.icon_themes.main)
|
cmdIcons.set_defaults(func=utils.icon_themes.main)
|
||||||
|
|
||||||
# Import Translations
|
# Import Translations
|
||||||
|
|||||||
@@ -83,10 +83,12 @@ ICONS = [
|
|||||||
"unfold-show",
|
"unfold-show",
|
||||||
|
|
||||||
"sb_build",
|
"sb_build",
|
||||||
|
"sb_details",
|
||||||
"sb_novel",
|
"sb_novel",
|
||||||
"sb_outline",
|
"sb_outline",
|
||||||
"sb_project",
|
"sb_project",
|
||||||
"sb_search",
|
"sb_search",
|
||||||
|
"sb_stats",
|
||||||
|
|
||||||
"add",
|
"add",
|
||||||
"bookmarks",
|
"bookmarks",
|
||||||
|
|||||||
Reference in New Issue
Block a user