diff options
| author | Juan Linietsky | 2017-01-09 16:43:44 -0300 |
|---|---|---|
| committer | Juan Linietsky | 2017-01-09 16:43:44 -0300 |
| commit | 1f8451001d69df708ef788b8730cf13a11a75065 (patch) | |
| tree | b40bbcd7b61781e17bde271ad2a9ec09cba2fd2c /scene/gui/button.h | |
| parent | e9bb65db815b593037a573c1c7a78e95b7550cb0 (diff) | |
| download | godot-1f8451001d69df708ef788b8730cf13a11a75065.tar.gz godot-1f8451001d69df708ef788b8730cf13a11a75065.tar.zst godot-1f8451001d69df708ef788b8730cf13a11a75065.zip | |
Diffstat (limited to 'scene/gui/button.h')
| -rw-r--r-- | scene/gui/button.h | 1 |
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; |
