From f259ceb5e64015e33c785269c208ce734a4de302 Mon Sep 17 00:00:00 2001 From: Manolis Papadeas <35376950+OverloadedOrama@users.noreply.github.com> Date: Mon, 9 Nov 2020 14:15:42 +0200 Subject: [PATCH] Change "Shrink GUI" to "Display Scale" and its step to 0.1 --- Translations/Translations.pot | 2 +- src/Preferences/PreferencesDialog.tscn | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Translations/Translations.pot b/Translations/Translations.pot index 3509b82..1b9db8d 100644 --- a/Translations/Translations.pot +++ b/Translations/Translations.pot @@ -401,7 +401,7 @@ msgstr "" msgid "System Language" msgstr "" -msgid "Shrink GUI" +msgid "Display Scale" msgstr "" msgid "Dark" diff --git a/src/Preferences/PreferencesDialog.tscn b/src/Preferences/PreferencesDialog.tscn index 038c47d..6055784 100644 --- a/src/Preferences/PreferencesDialog.tscn +++ b/src/Preferences/PreferencesDialog.tscn @@ -125,7 +125,7 @@ margin_bottom = 20.0 margin_top = 3.0 margin_right = 68.0 margin_bottom = 17.0 -text = "Shrink GUI" +text = "Display Scale" [node name="ShrinkLabel" type="Label" parent="HSplitContainer/ScrollContainer/VBoxContainer/Interface/ShrinkContainer"] margin_left = 72.0 @@ -144,7 +144,7 @@ mouse_default_cursor_shape = 2 size_flags_horizontal = 3 min_value = 1.0 max_value = 4.0 -step = 0.5 +step = 0.1 value = 1.0 tick_count = 7 ticks_on_borders = true