diff options
| author | Rémi Verschelde | 2018-01-13 17:04:14 +0100 |
|---|---|---|
| committer | GitHub | 2018-01-13 17:04:14 +0100 |
| commit | d4fc8c8ea17bf8cfabef7d742ea037d0f53e319c (patch) | |
| tree | f283ba6c7d40a460bce32d41c958c6aed70353b8 | |
| parent | e141845bfb3e12a9213c8682d5b2589ce5305f70 (diff) | |
| parent | 42d59f4c5df39cad0ba319e61c646553b361d1fc (diff) | |
| download | godot-d4fc8c8ea17bf8cfabef7d742ea037d0f53e319c.tar.gz godot-d4fc8c8ea17bf8cfabef7d742ea037d0f53e319c.tar.zst godot-d4fc8c8ea17bf8cfabef7d742ea037d0f53e319c.zip | |
| -rw-r--r-- | editor/dependency_editor.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/dependency_editor.cpp b/editor/dependency_editor.cpp index c2bdab8b4..3ecb7d631 100644 --- a/editor/dependency_editor.cpp +++ b/editor/dependency_editor.cpp @@ -595,6 +595,7 @@ DependencyErrorDialog::DependencyErrorDialog() { files->set_hide_root(true); vb->add_margin_child(TTR("Scene failed to load due to missing dependencies:"), files, true); files->set_v_size_flags(SIZE_EXPAND_FILL); + files->set_custom_minimum_size(Size2(1, 200)); get_ok()->set_text(TTR("Open Anyway")); get_cancel()->set_text(TTR("Close")); |
