feat: add internal storage scale option to preferences window

This commit is contained in:
Brendan Hagan
2022-07-04 00:52:53 -04:00
parent 5c983275af
commit 616fe1aad7
6 changed files with 91 additions and 13 deletions
+4 -2
View File
@@ -171,7 +171,8 @@ Settings::Settings()
, symbol_grid_size (30)
, symbol_grid (true)
, symbol_grid_snap (false)
, print_layout (LAYOUT_NO_SPACE)
, print_layout (LAYOUT_NO_SPACE)
, internal_scale (1.0)
#if USE_OLD_STYLE_UPDATE_CHECKER
, updates_url (_("http://magicseteditor.sourceforge.net/updates"))
#endif
@@ -257,7 +258,8 @@ IMPLEMENT_REFLECTION_NO_SCRIPT(Settings) {
REFLECT(symbol_grid_snap);
REFLECT(default_game);
REFLECT(print_layout);
REFLECT(apprentice_location);
REFLECT(apprentice_location);
REFLECT(internal_scale);
#if USE_OLD_STYLE_UPDATE_CHECKER
REFLECT(updates_url);
#else