Change label so they appear vertically alligned on fill

This commit is contained in:
Juan Linietsky 2017-07-17 22:47:00 -03:00
parent bbada82f80
commit 69a4ea34c4
1 changed files with 1 additions and 0 deletions

View File

@ -686,6 +686,7 @@ Label::Label(const String &p_text) {
max_lines_visible = -1;
set_text(p_text);
uppercase = false;
set_v_size_flags(SIZE_SHRINK_CENTER);
}
Label::~Label() {