You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-24 15:26:15 +00:00
align to horizontal_alignment, valign to vertical_alignment, related
This commit is contained in:
@@ -948,7 +948,7 @@ EditorFeatureProfileManager::EditorFeatureProfileManager() {
|
||||
Ref<StyleBoxEmpty> sb = memnew(StyleBoxEmpty);
|
||||
sb->set_default_margin(SIDE_TOP, 20 * EDSCALE);
|
||||
no_profile_selected_help->add_theme_style_override("normal", sb);
|
||||
no_profile_selected_help->set_align(Label::ALIGN_CENTER);
|
||||
no_profile_selected_help->set_horizontal_alignment(HORIZONTAL_ALIGNMENT_CENTER);
|
||||
no_profile_selected_help->set_v_size_flags(Control::SIZE_EXPAND_FILL);
|
||||
h_split->add_child(no_profile_selected_help);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user