Several improvements to the status bar

This commit is contained in:
Veronica K. B. Olsen
2020-05-16 23:58:55 +02:00
parent 4dc768bdd2
commit 3b231978bf
4 changed files with 261 additions and 65 deletions
+1
View File
@@ -60,6 +60,7 @@ class GuiIcons:
"proj_folder" : (QStyle.SP_DirIcon, "folder"),
"status_lang" : (None, None),
"status_time" : (None, None),
"status_stats" : (None, None),
## Button Icons
"folder-open" : (QStyle.SP_DirOpenIcon, "folder-open"),
"delete" : (QStyle.SP_DialogDiscardButton, "edit-delete"),