You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-18 14:21:41 +00:00
align to horizontal_alignment, valign to vertical_alignment, related
This commit is contained in:
@@ -2936,7 +2936,7 @@ FileSystemDock::FileSystemDock(EditorNode *p_editor) {
|
||||
|
||||
Label *slabel = memnew(Label);
|
||||
slabel->set_text(TTR("Scanning Files,\nPlease Wait..."));
|
||||
slabel->set_align(Label::ALIGN_CENTER);
|
||||
slabel->set_horizontal_alignment(HORIZONTAL_ALIGNMENT_CENTER);
|
||||
scanning_vb->add_child(slabel);
|
||||
|
||||
scanning_progress = memnew(ProgressBar);
|
||||
|
||||
Reference in New Issue
Block a user