Some structure changes. Added saving of window size

This commit is contained in:
2015-06-22 15:43:38 +03:00
parent d7cd29f24f
commit 4a989d1dbf
6 changed files with 42 additions and 16 deletions

View File

@@ -5,5 +5,9 @@
const wxString SETTINGS_KEY_DICT_PATH = wxT("/Dict/Path");
const wxString SETTINGS_DEFAULT_DICTPATH = wxT("big_cross_ru.txt");
const wxString SETTINGS_KEY_FMAIN_HEIGHT = wxT("fMain/Height");
const wxString SETTINGS_KEY_FMAIN_WIDTH = wxT("fMain/Width");
const int SETTINGS_DEFAULT_FMAIN_HEIGHT = 350;
const int SETTINGS_DEFAULT_FMAIN_WIDTH = 600;
#endif