mirror of
https://github.com/Orama-Interactive/Pixelorama.git
synced 2025-01-19 01:29:49 +00:00
Set frame delay's min value at 0.01, does not let it become 0
This commit is contained in:
parent
feece75935
commit
73cce5b740
|
@ -59,9 +59,11 @@ margin_right = 193.0
|
||||||
margin_bottom = 42.0
|
margin_bottom = 42.0
|
||||||
mouse_default_cursor_shape = 2
|
mouse_default_cursor_shape = 2
|
||||||
size_flags_horizontal = 3
|
size_flags_horizontal = 3
|
||||||
|
min_value = 0.01
|
||||||
step = 0.05
|
step = 0.05
|
||||||
value = 2.0
|
value = 2.0
|
||||||
allow_greater = true
|
allow_greater = true
|
||||||
suffix = "x"
|
suffix = "x"
|
||||||
|
|
||||||
[connection signal="confirmed" from="." to="." method="_on_FrameProperties_confirmed"]
|
[connection signal="confirmed" from="." to="." method="_on_FrameProperties_confirmed"]
|
||||||
[connection signal="popup_hide" from="." to="." method="_on_FrameProperties_popup_hide"]
|
[connection signal="popup_hide" from="." to="." method="_on_FrameProperties_popup_hide"]
|
||||||
|
|
Loading…
Reference in a new issue