From e06cd2742f8af57b23fa11dec62ba9c4eb544291 Mon Sep 17 00:00:00 2001 From: kobewi Date: Thu, 11 Aug 2022 14:15:04 +0200 Subject: Add missing properties to default theme --- doc/classes/GraphNode.xml | 3 +++ doc/classes/OptionButton.xml | 6 ++++++ doc/classes/PopupMenu.xml | 12 ++++++++++++ 3 files changed, 21 insertions(+) (limited to 'doc') diff --git a/doc/classes/GraphNode.xml b/doc/classes/GraphNode.xml index ac14d5d2a8..435c6dae14 100644 --- a/doc/classes/GraphNode.xml +++ b/doc/classes/GraphNode.xml @@ -321,6 +321,9 @@ The vertical distance between ports. + + Horizontal offset of the title text. + Vertical offset of the title text. diff --git a/doc/classes/OptionButton.xml b/doc/classes/OptionButton.xml index 9e476bd05b..8f2660ad61 100644 --- a/doc/classes/OptionButton.xml +++ b/doc/classes/OptionButton.xml @@ -233,6 +233,9 @@ Text [Color] used when the [OptionButton] is being hovered. + + Text [Color] used when the [OptionButton] is being hovered and pressed. + The tint of text outline of the [OptionButton]. @@ -245,6 +248,9 @@ The horizontal space between [OptionButton]'s icon and text. + + If different than [code]0[/code], the arrow icon will be modulated to the font color. + The size of the text outline. diff --git a/doc/classes/PopupMenu.xml b/doc/classes/PopupMenu.xml index 410489481e..284c5a1870 100644 --- a/doc/classes/PopupMenu.xml +++ b/doc/classes/PopupMenu.xml @@ -594,12 +594,21 @@ [Texture2D] icon for the checked checkbox items. + + [Texture2D] icon for the checked checkbox items when they are disabled. + [Texture2D] icon for the checked radio button items. + + [Texture2D] icon for the checked radio button items when they are disabled. + [Texture2D] icon for the unchecked radio button items. + + [Texture2D] icon for the unchecked radio button items when they are disabled. + [Texture2D] icon for the submenu arrow (for left-to-right layouts). @@ -609,6 +618,9 @@ [Texture2D] icon for the unchecked checkbox items. + + [Texture2D] icon for the unchecked checkbox items when they are disabled. + [StyleBox] displayed when the [PopupMenu] item is hovered. -- cgit v1.2.3