mirror of
https://github.com/godotengine/godot.git
synced 2025-04-13 01:00:35 +08:00
Document theming a SpinBox's background
This closes #46248. (cherry picked from commit 159581739a05cacdcd5728cfac8c30f474d09f97)
This commit is contained in:
parent
566ad4fd22
commit
3122d12365
@ -15,6 +15,7 @@
|
||||
[/codeblock]
|
||||
The above code will create a [SpinBox], disable context menu on it and set the text alignment to right.
|
||||
See [Range] class for more options over the [SpinBox].
|
||||
[b]Note:[/b] [SpinBox] relies on an underlying [LineEdit] node. To theme a [SpinBox]'s background, add theme items for [LineEdit] and customize them.
|
||||
</description>
|
||||
<tutorials>
|
||||
</tutorials>
|
||||
|
Loading…
x
Reference in New Issue
Block a user