save window position and left and right panel size

This commit is contained in:
Oleksandr Bezdieniezhnykh
2024-07-23 14:58:35 +03:00
parent d130e6fdcf
commit c72f7fc265
5 changed files with 49 additions and 37 deletions
+5 -1
View File
@@ -66,5 +66,9 @@
}
],
"WindowSize": "1920,1080",
"WindowLocation": "200,121"
"WindowLocation": "200,121",
"FullScreen": true,
"LeftPanelWidth": 30,
"RightPanelWidth": 30,
"ShowHelpOnStart": false
}