summaryrefslogtreecommitdiff
path: root/editor
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2017-07-25 14:18:38 +0200
committerGitHub <noreply@github.com>2017-07-25 14:18:38 +0200
commitd94ac4b9497923db3188742e270db67ed7f0fb79 (patch)
treed3aa9d1b53d27edf37b3e9edcf6c76b4babe46f1 /editor
parent7cbe12725ea675395fb38f1aaef2969ed8b66f67 (diff)
parentf471afa4a5d59afdc25c93e15d840809b44980af (diff)
Merge pull request #9837 from Noshyaar/pr-about
Label: update minimum size when regenerating wordcache
Diffstat (limited to 'editor')
-rw-r--r--editor/editor_about.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/editor/editor_about.cpp b/editor/editor_about.cpp
index 2328a42a07..fd90c766fd 100644
--- a/editor/editor_about.cpp
+++ b/editor/editor_about.cpp
@@ -137,7 +137,6 @@ EditorAbout::EditorAbout() {
tc->add_child(license_thirdparty);
Label *tpl_label = memnew(Label);
- tpl_label->set_custom_minimum_size(Size2(0, 64 * EDSCALE));
tpl_label->set_h_size_flags(Control::SIZE_EXPAND_FILL);
tpl_label->set_autowrap(true);
tpl_label->set_text(TTR("Godot Engine relies on a number of thirdparty free and open source libraries, all compatible with the terms of its MIT license. The following is an exhaustive list of all such thirdparty components with their respective copyright statements and license terms."));