diff options
author | Michael Alexsander <michaelalexsander@protonmail.com> | 2022-04-13 17:13:29 -0300 |
---|---|---|
committer | Michael Alexsander <michaelalexsander@protonmail.com> | 2022-04-13 17:13:29 -0300 |
commit | 59c3d4e17f4474fb19fe58a422829a4f59ccde52 (patch) | |
tree | 5e41809a101924d3a64064ff4b5bc1b94f5e6dd7 /doc/classes | |
parent | 8fee88947e7c5ac7171b056088c3ac5ae20e954e (diff) |
Fix and tweak labeled separator in `PopupMenu`
Diffstat (limited to 'doc/classes')
-rw-r--r-- | doc/classes/PopupMenu.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/PopupMenu.xml b/doc/classes/PopupMenu.xml index 4bcfc3c726..d849e22b56 100644 --- a/doc/classes/PopupMenu.xml +++ b/doc/classes/PopupMenu.xml @@ -569,7 +569,7 @@ [Color] used for labeled separators' text. See [method add_separator]. </theme_item> <theme_item name="hseparation" data_type="constant" type="int" default="4"> - The horizontal space between the item's name and the shortcut text/submenu arrow. + The horizontal space between the item's elements. </theme_item> <theme_item name="item_end_padding" data_type="constant" type="int" default="2"> </theme_item> |