1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-12 13:20:55 +00:00

Expose the align property of the SpinBox's LineEdit control

This commit is contained in:
MrCdK
2018-08-25 05:17:07 +02:00
parent f72f74486d
commit dafa4072fc
2 changed files with 16 additions and 0 deletions

View File

@@ -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;