Further separate icon from text of buttons in both editor and default themes

This commit is contained in:
Michael Alexsander
2023-08-05 01:13:48 -03:00
parent f2acfb1ffc
commit 98bdb56815
8 changed files with 13 additions and 18 deletions

View File

@@ -69,7 +69,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="h_separation" data_type="constant" type="int" default="3">
<theme_item name="h_separation" data_type="constant" type="int" default="4">
The horizontal space between [MenuButton]'s icon and text. Negative values will be treated as [code]0[/code] when used.
</theme_item>
<theme_item name="outline_size" data_type="constant" type="int" default="0">