mirror of
https://github.com/Orama-Interactive/Pixelorama.git
synced 2025-03-13 06:45:17 +00:00
Allow for down to 0.5 UI scale
Might be useful for small loDPI displays.
This commit is contained in:
parent
56748da971
commit
c8efa7c09a
1 changed files with 2 additions and 2 deletions
|
@ -159,11 +159,11 @@ margin_right = 446.0
|
||||||
margin_bottom = 16.0
|
margin_bottom = 16.0
|
||||||
mouse_default_cursor_shape = 2
|
mouse_default_cursor_shape = 2
|
||||||
size_flags_horizontal = 3
|
size_flags_horizontal = 3
|
||||||
min_value = 1.0
|
min_value = 0.5
|
||||||
max_value = 4.0
|
max_value = 4.0
|
||||||
step = 0.25
|
step = 0.25
|
||||||
value = 1.0
|
value = 1.0
|
||||||
tick_count = 7
|
tick_count = 8
|
||||||
ticks_on_borders = true
|
ticks_on_borders = true
|
||||||
|
|
||||||
[node name="ShrinkApplyButton" type="Button" parent="HSplitContainer/ScrollContainer/VBoxContainer/Interface/ShrinkContainer"]
|
[node name="ShrinkApplyButton" type="Button" parent="HSplitContainer/ScrollContainer/VBoxContainer/Interface/ShrinkContainer"]
|
||||||
|
|
Loading…
Add table
Reference in a new issue