mirror of
https://github.com/godotengine/godot.git
synced 2025-11-01 06:01:14 +00:00
Small naming and tooltip tweaks
This commit is contained in:
parent
8beb5f277d
commit
5643d2e3fe
8 changed files with 19 additions and 17 deletions
|
|
@ -79,7 +79,7 @@ void AnimationTreeEditor::_update_path() {
|
|||
group.instance();
|
||||
|
||||
Button *b = memnew(Button);
|
||||
b->set_text("root");
|
||||
b->set_text("Root");
|
||||
b->set_toggle_mode(true);
|
||||
b->set_button_group(group);
|
||||
b->set_pressed(true);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue