diff options
Diffstat (limited to 'scene/gui/label.h')
-rw-r--r-- | scene/gui/label.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scene/gui/label.h b/scene/gui/label.h index 8a166bbe52..80e4c970f6 100644 --- a/scene/gui/label.h +++ b/scene/gui/label.h @@ -58,6 +58,7 @@ private: Align align; VAlign valign; String text; + String xl_text; bool autowrap; bool clip; Size2 minsize; |