diff --git a/src/UI/Timeline/FrameTagDialog.tscn b/src/UI/Timeline/FrameTagDialog.tscn index 1db571e90..0f675b8b9 100644 --- a/src/UI/Timeline/FrameTagDialog.tscn +++ b/src/UI/Timeline/FrameTagDialog.tscn @@ -33,7 +33,7 @@ layout_mode = 2 size_flags_horizontal = 3 [node name="AddTag" type="Button" parent="VBoxContainer/ScrollContainer/VBoxTagContainer" groups=["UIButtons"]] -custom_minimum_size = Vector2(20, 0) +custom_minimum_size = Vector2(20, 20) layout_mode = 2 size_flags_horizontal = 0 size_flags_vertical = 0 @@ -58,6 +58,7 @@ size_flags_horizontal = 0 tooltip_text = "If it's selected, the animation plays only on the frames that have the same tag. If it's not, the animation will play for all frames, ignoring tags." mouse_default_cursor_shape = 2 +button_pressed = true text = "Animation plays only on frames of the same tag" [node name="TagOptions" type="ConfirmationDialog" parent="."]