Skip to content

Commit 1d4ea7a

Browse files
committed
Merge pull request #108570 from syntaxerror247/reduce-gizmo-scale
Android Editor: Reduce default gizmo scale multiplier
2 parents 3843a30 + 8f6f805 commit 1d4ea7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

editor/settings/editor_settings.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -604,7 +604,7 @@ void EditorSettings::_load_defaults(Ref<ConfigFile> p_extra_config) {
604604

605605
EDITOR_SETTING(Variant::BOOL, PROPERTY_HINT_NONE, "interface/touchscreen/enable_pan_and_scale_gestures", has_touchscreen_ui, "")
606606
set_restart_if_changed("interface/touchscreen/enable_pan_and_scale_gestures", true);
607-
EDITOR_SETTING(Variant::FLOAT, PROPERTY_HINT_RANGE, "interface/touchscreen/scale_gizmo_handles", has_touchscreen_ui ? 3 : 1, "1,5,1")
607+
EDITOR_SETTING(Variant::FLOAT, PROPERTY_HINT_RANGE, "interface/touchscreen/scale_gizmo_handles", has_touchscreen_ui ? 2 : 1, "1,5,1")
608608
set_restart_if_changed("interface/touchscreen/scale_gizmo_handles", true);
609609

610610
// Only available in the Android/XR editor.

0 commit comments

Comments
 (0)