You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-10 13:00:37 +00:00
align to horizontal_alignment, valign to vertical_alignment, related
This commit is contained in:
@@ -838,7 +838,7 @@ EditorAutoloadSettings::EditorAutoloadSettings() {
|
||||
|
||||
error_message = memnew(Label);
|
||||
error_message->hide();
|
||||
error_message->set_align(Label::Align::ALIGN_RIGHT);
|
||||
error_message->set_horizontal_alignment(HORIZONTAL_ALIGNMENT_RIGHT);
|
||||
error_message->add_theme_color_override("font_color", EditorNode::get_singleton()->get_gui_base()->get_theme_color(SNAME("error_color"), SNAME("Editor")));
|
||||
add_child(error_message);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user