summaryrefslogtreecommitdiffstats
path: root/doc/classes/MenuButton.xml
diff options
context:
space:
mode:
authorMichael Alexsander <michaelalexsander@protonmail.com>2023-08-05 01:13:48 -0300
committerMichael Alexsander <michaelalexsander@protonmail.com>2023-08-07 13:22:39 -0300
commit98bdb56815fe6cdf6d75b0a65b8858501cc39c9b (patch)
treeb5fcd7840e472bb5ba16cbbdd4f52d33394f3bae /doc/classes/MenuButton.xml
parentf2acfb1ffc94d0e381064070108e7a773d86177d (diff)
downloadredot-engine-98bdb56815fe6cdf6d75b0a65b8858501cc39c9b.tar.gz
Further separate icon from text of buttons in both editor and default themes
Diffstat (limited to 'doc/classes/MenuButton.xml')
-rw-r--r--doc/classes/MenuButton.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/MenuButton.xml b/doc/classes/MenuButton.xml
index 8af233427c..e3a707ba72 100644
--- a/doc/classes/MenuButton.xml
+++ b/doc/classes/MenuButton.xml
@@ -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">