More sensible default values for tree column widths

This commit is contained in:
Veronica K. B. Olsen
2020-10-25 14:31:23 +01:00
parent 02b79248ec
commit 42700a2325
3 changed files with 12 additions and 12 deletions
+3 -3
View File
@@ -93,9 +93,9 @@ class Config:
self.guiScale = 1.0 # Set automatically by Theme class
## Sizes
self.winGeometry = [1100, 650]
self.treeColWidth = [120, 30, 50]
self.projColWidth = [140, 55, 140]
self.winGeometry = [1200, 650]
self.treeColWidth = [200, 50, 30]
self.projColWidth = [200, 60, 140]
self.mainPanePos = [300, 800]
self.docPanePos = [400, 400]
self.viewPanePos = [500, 150]