1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2025-07-18 12:54:23 +02:00

Properly save/restore window layout + fullscreen switch normalization

Fixes #183
This commit is contained in:
2019-02-18 22:33:18 +01:00
parent 1f5922685b
commit 8807c37770
3 changed files with 17 additions and 18 deletions

View File

@ -9,6 +9,7 @@
#define WINDOW_SIZE_DEFAULT QSize(600, 800)
#define WINDOW_POS_SETTING "pos"
#define WINDOW_POS_DEFAULT QPoint(10, 10)
#define WINDOW_STATE_SETTING "state"
#define SETTINGS_SETTINGS_GROUP "Settings"
#define TIME_TYPE_SETTING "timeType"