mirror of
https://github.com/Orama-Interactive/Pixelorama.git
synced 2025-02-07 10:59:49 +00:00
Change the UI scale slider step to 0.25 from 0.1
This commit is contained in:
parent
93a8e75bcb
commit
11f8402d57
|
@ -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.1
|
step = 0.25
|
||||||
value = 1.0
|
value = 1.0
|
||||||
tick_count = 7
|
tick_count = 7
|
||||||
ticks_on_borders = true
|
ticks_on_borders = true
|
||||||
|
|
Loading…
Reference in a new issue