Skip to content

Commit

Permalink
Merge pull request #91709 from KoBeWi/deawkwarding_labels
Browse files Browse the repository at this point in the history
Improve transition enabled header in interactive music editor
  • Loading branch information
akien-mga committed May 8, 2024
2 parents a9a1d0a + a880b2d commit 2042420
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -340,8 +340,8 @@ AudioStreamInteractiveTransitionEditor::AudioStreamInteractiveTransitionEditor()
split->add_child(edit_vb);

transition_enabled = memnew(CheckBox);
transition_enabled->set_text(TTR("Use Transition"));
edit_vb->add_margin_child(TTR("Transition Enabled:"), transition_enabled);
transition_enabled->set_text(TTR("Enabled"));
edit_vb->add_margin_child(TTR("Use Transition:"), transition_enabled);
transition_enabled->connect("pressed", callable_mp(this, &AudioStreamInteractiveTransitionEditor::_edited));

transition_from = memnew(OptionButton);
Expand Down

0 comments on commit 2042420

Please sign in to comment.