1
0
Fork 0
mirror of https://github.com/Orama-Interactive/Pixelorama.git synced 2025-03-12 22:35:18 +00:00

Allow for down to 0.5 UI scale

Might be useful for small loDPI displays.
This commit is contained in:
Emmanouil Papadeas 2022-09-17 03:01:11 +03:00
parent 56748da971
commit c8efa7c09a

View file

@ -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"]