From 2eeadf35a299c8fc136c8a8c6496dbb2c54e9992 Mon Sep 17 00:00:00 2001 From: Laurenz Reinthaler <47503977+Schweini07@users.noreply.github.com> Date: Sun, 27 Dec 2020 22:05:35 +0100 Subject: [PATCH] Allow greater values than 100 for SpinBoxes in FrameTagDialog.tscn (#408) --- src/UI/Timeline/FrameTagDialog.tscn | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/UI/Timeline/FrameTagDialog.tscn b/src/UI/Timeline/FrameTagDialog.tscn index c50b5bf..3bfee26 100644 --- a/src/UI/Timeline/FrameTagDialog.tscn +++ b/src/UI/Timeline/FrameTagDialog.tscn @@ -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"]