diff options
author | RĂ©mi Verschelde <remi@verschelde.fr> | 2021-02-21 20:00:19 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-21 20:00:19 +0100 |
commit | fd5d1ed4421080a1e04d33ce3b1a179177f33a16 (patch) | |
tree | 0f1417507ac4544ce40f070dfa3343d58d7db55a /doc | |
parent | c97437a8b3969de252d78d76629308b2da965dd0 (diff) | |
parent | 159581739a05cacdcd5728cfac8c30f474d09f97 (diff) |
Merge pull request #46295 from Calinou/doc-spinbox-theming
Document theming a SpinBox's background
Diffstat (limited to 'doc')
-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> |