Change the scaling and margins of the welcome dialog

This commit is contained in:
Veronica Berglyd Olsen
2024-02-09 23:26:53 +01:00
parent 186cead603
commit 492dd58068
3 changed files with 25 additions and 19 deletions
+1 -1
View File
@@ -110,7 +110,7 @@ class Config:
# Size Settings
self._mainWinSize = [1200, 650] # Last size of the main GUI window
self._welcomeSize = [800, 500] # Last size of the welcome window
self._welcomeSize = [800, 550] # Last size of the welcome window
self._prefsWinSize = [700, 615] # Last size of the Preferences dialog
self._mainPanePos = [300, 800] # Last position of the main window splitter
self._viewPanePos = [500, 150] # Last position of the document viewer splitter