mirror of
https://github.com/godotengine/godot.git
synced 2025-02-16 15:50:45 +00:00
Merge pull request #35702 from YeldhamDev/remote_dock_clip_warning
Clip warning text in the remote dock
This commit is contained in:
commit
6fcb58f40d
@ -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 New Issue
Block a user