mirror of
https://github.com/Orama-Interactive/Pixelorama.git
synced 2025-01-18 17:19:50 +00:00
limit onion sliders to 10 (#866)
This commit is contained in:
parent
59afde2ffd
commit
e6cb05fe0d
|
@ -885,7 +885,9 @@ unique_name_in_owner = true
|
|||
margin_left = 819.0
|
||||
margin_right = 891.0
|
||||
size_flags_horizontal = 1
|
||||
max_value = 10.0
|
||||
value = 1.0
|
||||
allow_greater = true
|
||||
suffix = "Frames"
|
||||
|
||||
[node name="OnionSkinningFuture" type="Label" parent="OnionSkinningSettings/OnionSkinningButtons"]
|
||||
|
@ -899,7 +901,9 @@ unique_name_in_owner = true
|
|||
margin_left = 819.0
|
||||
margin_right = 891.0
|
||||
size_flags_horizontal = 1
|
||||
max_value = 10.0
|
||||
value = 1.0
|
||||
allow_greater = true
|
||||
suffix = "Frames"
|
||||
|
||||
[node name="BlueRedMode" type="CheckBox" parent="OnionSkinningSettings/OnionSkinningButtons"]
|
||||
|
|
Loading…
Reference in a new issue