mirror of
https://github.com/Orama-Interactive/Pixelorama.git
synced 2025-01-18 17:19:50 +00:00
Change the max value of the brush size slider to 25
The spinbox can still go up to 100px size.
This commit is contained in:
parent
0d1c64e5e7
commit
fe757b3393
|
@ -53,6 +53,7 @@ mouse_default_cursor_shape = 2
|
||||||
size_flags_horizontal = 4
|
size_flags_horizontal = 4
|
||||||
size_flags_vertical = 1
|
size_flags_vertical = 1
|
||||||
min_value = 1.0
|
min_value = 1.0
|
||||||
|
max_value = 25.0
|
||||||
value = 1.0
|
value = 1.0
|
||||||
allow_greater = true
|
allow_greater = true
|
||||||
ticks_on_borders = true
|
ticks_on_borders = true
|
||||||
|
|
Loading…
Reference in a new issue