summaryrefslogtreecommitdiff
path: root/editor
diff options
context:
space:
mode:
authorPoommetee Ketson <poommetee@protonmail.com>2017-07-08 20:47:27 +0700
committerPoommetee Ketson <poommetee@protonmail.com>2017-07-08 20:47:27 +0700
commitab948dd3d1e7b9ae21e533a3ae798d7e8fff0b01 (patch)
treebac0a263d0e29e33b2fc3d4a72bb3d6e7307fc95 /editor
parentf76e1ef2b0749a2c31fad73ca4bf6d225c1d2bb7 (diff)
About: center valign copyright label
Diffstat (limited to 'editor')
-rw-r--r--editor/editor_node.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/editor_node.cpp b/editor/editor_node.cpp
index 1df991ab24..b61f82ffaf 100644
--- a/editor/editor_node.cpp
+++ b/editor/editor_node.cpp
@@ -6105,6 +6105,7 @@ EditorNode::EditorNode() {
hbc->add_child(logo);
Label *about_text = memnew(Label);
+ about_text->set_v_size_flags(Control::SIZE_SHRINK_CENTER);
about_text->set_text(VERSION_FULL_NAME + String::utf8("\n\u00A9 2007-2017 Juan Linietsky, Ariel Manzur.\n\u00A9 2014-2017 ") +
TTR("Godot Engine contributors") + "\n");
hbc->add_child(about_text);