diff options
author | Hugo Locurcio <hugo.locurcio@hugo.pro> | 2021-02-21 19:31:25 +0100 |
---|---|---|
committer | Hugo Locurcio <hugo.locurcio@hugo.pro> | 2021-02-21 19:32:11 +0100 |
commit | 159581739a05cacdcd5728cfac8c30f474d09f97 (patch) | |
tree | 0f1417507ac4544ce40f070dfa3343d58d7db55a | |
parent | c97437a8b3969de252d78d76629308b2da965dd0 (diff) |
Document theming a SpinBox's background
This closes #46248.
-rw-r--r-- | doc/classes/SpinBox.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/classes/SpinBox.xml b/doc/classes/SpinBox.xml index e674ceb57e..a08d4f5b44 100644 --- a/doc/classes/SpinBox.xml +++ b/doc/classes/SpinBox.xml @@ -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> |