aboutsummaryrefslogtreecommitdiff
path: root/editor/editor_about.cpp
diff options
context:
space:
mode:
authorPoommetee Ketson2017-07-25 16:51:01 +0700
committerPoommetee Ketson2017-07-25 17:06:16 +0700
commitf471afa4a5d59afdc25c93e15d840809b44980af (patch)
treecaafabeac98c2480f8fd2ea73c6d6ab0e851de7e /editor/editor_about.cpp
parent303370d03d71ad7ea194250fdfc94f7f1928fb47 (diff)
downloadgodot-f471afa4a5d59afdc25c93e15d840809b44980af.tar.gz
godot-f471afa4a5d59afdc25c93e15d840809b44980af.tar.zst
godot-f471afa4a5d59afdc25c93e15d840809b44980af.zip
Diffstat (limited to 'editor/editor_about.cpp')
-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 2328a42a0..fd90c766f 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."));