diff options
author | Rémi Verschelde <remi@verschelde.fr> | 2022-07-27 21:51:54 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-27 21:51:54 +0200 |
commit | 20fefe3ae9ad60daff20bccaca9f08d129787460 (patch) | |
tree | 5c26e36399f679c808b5ce37f23c468ad8f90693 | |
parent | 7f0eb944a5cee007c392980f4175e3fb14857793 (diff) | |
parent | 6f333ba2bfb0d16395f47f1ea033d1e1496f67ee (diff) |
Merge pull request #63519 from aaronfranke/window-stretch
-rw-r--r-- | main/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/main.cpp b/main/main.cpp index 73950f3471..8c8e1b467a 100644 --- a/main/main.cpp +++ b/main/main.cpp @@ -2576,7 +2576,7 @@ bool Main::start() { PropertyInfo(Variant::FLOAT, "display/window/stretch/scale", PROPERTY_HINT_RANGE, - "1.0,8.0,0.1")); + "0.5,8.0,0.01")); sml->set_auto_accept_quit(GLOBAL_DEF("application/config/auto_accept_quit", true)); sml->set_quit_on_go_back(GLOBAL_DEF("application/config/quit_on_go_back", true)); GLOBAL_DEF_BASIC("gui/common/snap_controls_to_pixels", true); |