Merge pull request #63519 from aaronfranke/window-stretch

This commit is contained in:
Rémi Verschelde 2022-07-27 21:51:54 +02:00 committed by GitHub
commit 20fefe3ae9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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);