Skip to content

Commit

Permalink
Allow greater values than 100 for SpinBoxes in FrameTagDialog.tscn (#408
Browse files Browse the repository at this point in the history
)
  • Loading branch information
Schweini07 authored Dec 27, 2020
1 parent b9c94e1 commit 2eeadf3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/UI/Timeline/FrameTagDialog.tscn
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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"]
Expand Down

0 comments on commit 2eeadf3

Please sign in to comment.