You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-15 13:51:40 +00:00
Add disabled theme icons for CheckBox
(cherry picked from commit 3a40c268a6)
This commit is contained in:
committed by
Rémi Verschelde
parent
cc419fcf8f
commit
44e84c61a6
@@ -24,6 +24,8 @@
|
||||
<theme_item name="checked" type="Texture">
|
||||
The check icon to display when the [CheckBox] is checked.
|
||||
</theme_item>
|
||||
<theme_item name="checked_disabled" type="Texture">
|
||||
</theme_item>
|
||||
<theme_item name="disabled" type="StyleBox">
|
||||
The [StyleBox] to display as a background when the [CheckBox] is disabled.
|
||||
</theme_item>
|
||||
@@ -66,11 +68,17 @@
|
||||
<theme_item name="radio_checked" type="Texture">
|
||||
If the [CheckBox] is configured as a radio button, the icon to display when the [CheckBox] is checked.
|
||||
</theme_item>
|
||||
<theme_item name="radio_checked_disabled" type="Texture">
|
||||
</theme_item>
|
||||
<theme_item name="radio_unchecked" type="Texture">
|
||||
If the [CheckBox] is configured as a radio button, the icon to display when the [CheckBox] is unchecked.
|
||||
</theme_item>
|
||||
<theme_item name="radio_unchecked_disabled" type="Texture">
|
||||
</theme_item>
|
||||
<theme_item name="unchecked" type="Texture">
|
||||
The check icon to display when the [CheckBox] is unchecked.
|
||||
</theme_item>
|
||||
<theme_item name="unchecked_disabled" type="Texture">
|
||||
</theme_item>
|
||||
</theme_items>
|
||||
</class>
|
||||
|
||||
Reference in New Issue
Block a user