mirror of
https://github.com/godotengine/godot.git
synced 2025-10-30 13:11:13 +00:00
parent
76b5cde0b2
commit
23280293d4
1 changed files with 0 additions and 1 deletions
|
|
@ -532,7 +532,6 @@ VersionControlEditorPlugin::VersionControlEditorPlugin() {
|
|||
commit_message->set_v_grow_direction(Control::GrowDirection::GROW_DIRECTION_END);
|
||||
commit_message->set_custom_minimum_size(Size2(200, 100));
|
||||
commit_message->set_wrap_enabled(true);
|
||||
commit_message->set_text(TTR("Add a commit message"));
|
||||
commit_box_vbc->add_child(commit_message);
|
||||
|
||||
commit_button = memnew(Button);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue