Added menu entry and function for Zen mode, and cleaned up editor resizing

This commit is contained in:
Veronica K. B. Olsen
2019-11-09 01:19:17 +01:00
parent ee34e0e395
commit 472205f1a6
4 changed files with 43 additions and 36 deletions
+1 -1
View File
@@ -46,7 +46,7 @@ class GuiIcons:
DECO_MAP = {
"export" : "export.svg",
"settings" : "settings.svg",
"settings" : "gear.svg",
}
def __init__(self, theParent):