You've already forked godot
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:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user