From c8efa7c09a706a7ce37996f6e94421dfe31a8e21 Mon Sep 17 00:00:00 2001 From: Emmanouil Papadeas Date: Sat, 17 Sep 2022 03:01:11 +0300 Subject: [PATCH] Allow for down to 0.5 UI scale Might be useful for small loDPI displays. --- src/Preferences/PreferencesDialog.tscn | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Preferences/PreferencesDialog.tscn b/src/Preferences/PreferencesDialog.tscn index b042d173e..127be9324 100644 --- a/src/Preferences/PreferencesDialog.tscn +++ b/src/Preferences/PreferencesDialog.tscn @@ -159,11 +159,11 @@ margin_right = 446.0 margin_bottom = 16.0 mouse_default_cursor_shape = 2 size_flags_horizontal = 3 -min_value = 1.0 +min_value = 0.5 max_value = 4.0 step = 0.25 value = 1.0 -tick_count = 7 +tick_count = 8 ticks_on_borders = true [node name="ShrinkApplyButton" type="Button" parent="HSplitContainer/ScrollContainer/VBoxContainer/Interface/ShrinkContainer"]