mirror of
https://github.com/godotengine/godot.git
synced 2025-01-06 17:37:18 +08:00
parent
76b5cde0b2
commit
23280293d4
@ -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…
Reference in New Issue
Block a user