diff options
author | RĂ©mi Verschelde <rverschelde@gmail.com> | 2018-10-07 18:57:27 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-07 18:57:27 +0200 |
commit | b17e71b6e5e035f49b5b3b5b55b9cdac80215d72 (patch) | |
tree | 90dcb48cb3c2c5a1d306c311b41655002c946a5a /doc/classes/CheckButton.xml | |
parent | cebbb2a325cc028f8311e18ea050f91801385597 (diff) | |
parent | b150ceb62cfd91f11b62f823f3dd5517a640cbc3 (diff) |
Merge pull request #22808 from KellyThomas/vector-one
Add ONE constants to Vector2 and Vector3
Diffstat (limited to 'doc/classes/CheckButton.xml')
-rw-r--r-- | doc/classes/CheckButton.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/classes/CheckButton.xml b/doc/classes/CheckButton.xml index deba9a17b6..24875017fe 100644 --- a/doc/classes/CheckButton.xml +++ b/doc/classes/CheckButton.xml @@ -29,10 +29,14 @@ </theme_item> <theme_item name="font_color_hover" type="Color"> </theme_item> + <theme_item name="font_color_hover_pressed" type="Color"> + </theme_item> <theme_item name="font_color_pressed" type="Color"> </theme_item> <theme_item name="hover" type="StyleBox"> </theme_item> + <theme_item name="hover_pressed" type="StyleBox"> + </theme_item> <theme_item name="hseparation" type="int"> </theme_item> <theme_item name="normal" type="StyleBox"> |