From 159581739a05cacdcd5728cfac8c30f474d09f97 Mon Sep 17 00:00:00 2001 From: Hugo Locurcio Date: Sun, 21 Feb 2021 19:31:25 +0100 Subject: Document theming a SpinBox's background This closes #46248. --- doc/classes/SpinBox.xml | 1 + 1 file changed, 1 insertion(+) (limited to 'doc') 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. -- cgit v1.2.3