Added more application menu entries.

This commit is contained in:
Veronica K. B. Olsen
2018-10-27 17:11:48 +02:00
parent 08f990ead1
commit c8dab032b9
2 changed files with 152 additions and 42 deletions
+1 -1
View File
@@ -52,7 +52,7 @@ class Config:
self.confChanged = False
## General
self.winGeometry = [1600, 980]
self.winGeometry = [1100, 650]
# Check if config file exists
if path.isfile(path.join(self.confPath,self.confFile)):