Change "Shrink GUI" to "Display Scale" and its step to 0.1

This commit is contained in:
Manolis Papadeas 2020-11-09 14:15:42 +02:00
parent 17b3ed4e88
commit f259ceb5e6
2 changed files with 3 additions and 3 deletions

View file

@ -401,7 +401,7 @@ msgstr ""
msgid "System Language" msgid "System Language"
msgstr "" msgstr ""
msgid "Shrink GUI" msgid "Display Scale"
msgstr "" msgstr ""
msgid "Dark" msgid "Dark"

View file

@ -125,7 +125,7 @@ margin_bottom = 20.0
margin_top = 3.0 margin_top = 3.0
margin_right = 68.0 margin_right = 68.0
margin_bottom = 17.0 margin_bottom = 17.0
text = "Shrink GUI" text = "Display Scale"
[node name="ShrinkLabel" type="Label" parent="HSplitContainer/ScrollContainer/VBoxContainer/Interface/ShrinkContainer"] [node name="ShrinkLabel" type="Label" parent="HSplitContainer/ScrollContainer/VBoxContainer/Interface/ShrinkContainer"]
margin_left = 72.0 margin_left = 72.0
@ -144,7 +144,7 @@ mouse_default_cursor_shape = 2
size_flags_horizontal = 3 size_flags_horizontal = 3
min_value = 1.0 min_value = 1.0
max_value = 4.0 max_value = 4.0
step = 0.5 step = 0.1
value = 1.0 value = 1.0
tick_count = 7 tick_count = 7
ticks_on_borders = true ticks_on_borders = true