Skip to content

Commit

Permalink
Merge pull request #35702 from YeldhamDev/remote_dock_clip_warning
Browse files Browse the repository at this point in the history
Clip warning text in the remote dock
  • Loading branch information
akien-mga authored Jan 29, 2020
2 parents 9823dab + 0faadca commit 6fcb58f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions editor/inspector_dock.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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");

Expand Down

0 comments on commit 6fcb58f

Please sign in to comment.