Implemented check_vadjust in CheckBox & CheckButton. It was exposed to the editor, but wasn't used.

This commit is contained in:
Ken Paulson 2019-08-05 22:17:57 -04:00
parent fa35a73f0a
commit deec700497
4 changed files with 4 additions and 2 deletions

View file

@ -14,6 +14,7 @@
</constants>
<theme_items>
<theme_item name="check_vadjust" type="int" default="0">
The vertical offset used when rendering the check icons.
</theme_item>
<theme_item name="checked" type="Texture">
</theme_item>

View file

@ -14,6 +14,7 @@
</constants>
<theme_items>
<theme_item name="check_vadjust" type="int" default="0">
The vertical offset used when rendering the icons.
</theme_item>
<theme_item name="disabled" type="StyleBox">
</theme_item>