We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b6203da + 0b06df1 commit 7dba098Copy full SHA for 7dba098
editor/project_manager.cpp
@@ -1430,8 +1430,8 @@ ProjectManager::ProjectManager(bool p_custom_res) {
1430
empty_list_message->set_text(vformat("[center][b]%s[/b] %s[/center]", line1, line2));
1431
empty_list_placeholder->add_child(empty_list_message);
1432
1433
- HBoxContainer *empty_list_actions = memnew(HBoxContainer);
1434
- empty_list_actions->set_alignment(BoxContainer::ALIGNMENT_CENTER);
+ FlowContainer *empty_list_actions = memnew(FlowContainer);
+ empty_list_actions->set_alignment(FlowContainer::ALIGNMENT_CENTER);
1435
empty_list_placeholder->add_child(empty_list_actions);
1436
1437
empty_list_create_project = memnew(Button);
0 commit comments