Merge pull request #35702 from YeldhamDev/remote_dock_clip_warning
Clip warning text in the remote dock
This commit is contained in:
commit
6fcb58f40d
1 changed files with 1 additions and 0 deletions
|
@ -584,6 +584,7 @@ InspectorDock::InspectorDock(EditorNode *p_editor, EditorData &p_editor_data) {
|
|||
add_child(warning);
|
||||
warning->set_text(TTR("Changes may be lost!"));
|
||||
warning->set_icon(get_icon("NodeWarning", "EditorIcons"));
|
||||
warning->set_clip_text(true);
|
||||
warning->hide();
|
||||
warning->connect("pressed", this, "_warning_pressed");
|
||||
|
||||
|
|
Loading…
Reference in a new issue