mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 18:11:19 +03:00
PopupMenu: Add theme option for merging icon and checkbox gutters
This commit is contained in:
@@ -717,6 +717,9 @@
|
||||
<theme_item name="font_separator_outline_color" data_type="color" type="Color" default="Color(0, 0, 0, 1)">
|
||||
The tint of text outline of the labeled separator.
|
||||
</theme_item>
|
||||
<theme_item name="gutter_compact" data_type="constant" type="int" default="1">
|
||||
If not [code]0[/code], the icon gutter will be merged with the checkbox gutter when possible. This acts as a boolean.
|
||||
</theme_item>
|
||||
<theme_item name="h_separation" data_type="constant" type="int" default="4">
|
||||
The horizontal space between the item's elements.
|
||||
</theme_item>
|
||||
|
||||
Reference in New Issue
Block a user