aboutsummaryrefslogtreecommitdiff
path: root/scene/gui/button.h
diff options
context:
space:
mode:
authorJuan Linietsky2017-01-09 16:43:44 -0300
committerJuan Linietsky2017-01-09 16:43:44 -0300
commit1f8451001d69df708ef788b8730cf13a11a75065 (patch)
treeb40bbcd7b61781e17bde271ad2a9ec09cba2fd2c /scene/gui/button.h
parente9bb65db815b593037a573c1c7a78e95b7550cb0 (diff)
downloadgodot-1f8451001d69df708ef788b8730cf13a11a75065.tar.gz
godot-1f8451001d69df708ef788b8730cf13a11a75065.tar.zst
godot-1f8451001d69df708ef788b8730cf13a11a75065.zip
Diffstat (limited to 'scene/gui/button.h')
-rw-r--r--scene/gui/button.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/scene/gui/button.h b/scene/gui/button.h
index 408e31e11..710581a55 100644
--- a/scene/gui/button.h
+++ b/scene/gui/button.h
@@ -49,6 +49,7 @@ private:
bool flat;
String text;
+ String xl_text;
Ref<Texture> icon;
bool clip_text;
TextAlign align;