mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 18:11:19 +03:00
Further separate icon from text of buttons in both editor and default themes
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user