Added missed Button font_hover_pressed_color style
This commit is contained in:
parent
1f5669d8d4
commit
64971bcc8a
2 changed files with 5 additions and 1 deletions
|
|
@ -124,6 +124,9 @@
|
|||
<theme_item name="font_hover_color" type="Color" default="Color( 0.94, 0.94, 0.94, 1 )">
|
||||
Text [Color] used when the [Button] is being hovered.
|
||||
</theme_item>
|
||||
<theme_item name="font_hover_pressed_color" type="Color" default="Color( 1, 1, 1, 1 )">
|
||||
Text [Color] used when the [Button] is being hovered and pressed.
|
||||
</theme_item>
|
||||
<theme_item name="font_outline_color" type="Color" default="Color( 1, 1, 1, 1 )">
|
||||
Text outline [Color] of the [Button].
|
||||
</theme_item>
|
||||
|
|
@ -149,7 +152,7 @@
|
|||
Icon modulate [Color] used when the [Button] is being hovered and pressed.
|
||||
</theme_item>
|
||||
<theme_item name="icon_normal_color" type="Color" default="Color( 1, 1, 1, 1 )">
|
||||
Default icon [Color] of the [Button].
|
||||
Default icon modulate [Color] of the [Button].
|
||||
</theme_item>
|
||||
<theme_item name="icon_pressed_color" type="Color" default="Color( 1, 1, 1, 1 )">
|
||||
Icon modulate [Color] used when the [Button] is being pressed.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue