Rename theme properties to include underscores
- check_vadjust -> check_v_adjust - close_h_ofs -> close_h_offset - close_v_ofs -> close_v_offset - commentfocus -> comment_focus - hseparation -> h_separation - ofs -> offset - selectedframe -> selected_frame - state_machine_selectedframe -> state_machine_selected_frame - table_hseparation -> table_h_separation - table_vseparation -> table_v_separation - vseparation -> v_separation
This commit is contained in:
parent
7d6f87899e
commit
3073b85de9
55 changed files with 184 additions and 193 deletions
|
|
@ -64,7 +64,7 @@
|
|||
<theme_item name="font_pressed_color" data_type="color" type="Color" default="Color(1, 1, 1, 1)">
|
||||
Text [Color] used when the [MenuButton] is being pressed.
|
||||
</theme_item>
|
||||
<theme_item name="hseparation" data_type="constant" type="int" default="3">
|
||||
<theme_item name="h_separation" data_type="constant" type="int" default="3">
|
||||
The horizontal space between [MenuButton]'s icon and text.
|
||||
</theme_item>
|
||||
<theme_item name="outline_size" data_type="constant" type="int" default="0">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue