From dafa4072fc8b86b7571bb5f041e20a53ed66cf4c Mon Sep 17 00:00:00 2001 From: MrCdK Date: Sat, 25 Aug 2018 05:17:07 +0200 Subject: Expose the align property of the SpinBox's LineEdit control --- scene/gui/spin_box.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'scene/gui/spin_box.h') diff --git a/scene/gui/spin_box.h b/scene/gui/spin_box.h index 8863f44bef..f1ee26d9f3 100644 --- a/scene/gui/spin_box.h +++ b/scene/gui/spin_box.h @@ -76,6 +76,9 @@ public: virtual Size2 get_minimum_size() const; + void set_align(LineEdit::Align p_align); + LineEdit::Align get_align() const; + void set_editable(bool p_editable); bool is_editable() const; -- cgit v1.2.3