From 6d828984707958031591f681a75793aeca83036b Mon Sep 17 00:00:00 2001 From: Yuri Roubinsky Date: Fri, 8 May 2020 09:03:52 +0300 Subject: Reveals Button "icon_color" style properties to the user --- doc/classes/Button.xml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'doc/classes') diff --git a/doc/classes/Button.xml b/doc/classes/Button.xml index 4bbe74f888..a1ac82012f 100644 --- a/doc/classes/Button.xml +++ b/doc/classes/Button.xml @@ -139,6 +139,21 @@ The horizontal space between [Button]'s icon and text. + + Icon modulate [Color] used when the [Button] is disabled. + + + Icon modulate [Color] used when the [Button] is being hovered. + + + Icon modulate [Color] used when the [Button] is being hovered and pressed. + + + Default icon [Color] of the [Button]. + + + Icon modulate [Color] used when the [Button] is being pressed. + Default [StyleBox] for the [Button]. -- cgit v1.2.3