Make code editor's error display autowrap
This commit is contained in:
parent
a663dbfdd8
commit
a4fab0ab42
1 changed files with 1 additions and 1 deletions
|
@ -1251,7 +1251,7 @@ CodeTextEditor::CodeTextEditor() {
|
|||
|
||||
error = memnew(Label);
|
||||
status_bar->add_child(error);
|
||||
error->set_clip_text(true); //do not change, or else very long errors can push the whole container to the right
|
||||
error->set_autowrap(true);
|
||||
error->set_valign(Label::VALIGN_CENTER);
|
||||
error->add_color_override("font_color", EditorNode::get_singleton()->get_gui_base()->get_color("error_color", "Editor"));
|
||||
error->add_font_override("font", EditorNode::get_singleton()->get_gui_base()->get_font("status_source", "EditorFonts"));
|
||||
|
|
Loading…
Reference in a new issue