1
0
Fork 0
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:
Variable 2023-05-19 18:15:21 +05:00 committed by GitHub
parent 59afde2ffd
commit e6cb05fe0d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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