1
0
Fork 0
mirror of https://github.com/Orama-Interactive/Pixelorama.git synced 2025-01-18 09:09:47 +00:00

Allow greater values than 100 for SpinBoxes in FrameTagDialog.tscn (#408)

This commit is contained in:
Laurenz Reinthaler 2020-12-27 22:05:35 +01:00 committed by GitHub
parent b9c94e1b12
commit 2eeadf35a2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -143,6 +143,7 @@ margin_bottom = 56.0
mouse_default_cursor_shape = 2
min_value = 1.0
value = 1.0
allow_greater = true
[node name="ToLabel" type="Label" parent="TagOptions/GridContainer"]
margin_left = 132.0
@ -159,6 +160,7 @@ margin_bottom = 56.0
mouse_default_cursor_shape = 2
min_value = 1.0
value = 1.0
allow_greater = true
[connection signal="about_to_show" from="." to="." method="_on_FrameTagDialog_about_to_show"]
[connection signal="popup_hide" from="." to="." method="_on_FrameTagDialog_popup_hide"]
[connection signal="pressed" from="VBoxContainer/ScrollContainer/VBoxTagContainer/AddTag" to="." method="_on_AddTag_pressed"]