diff options
author | RĂ©mi Verschelde <remi@verschelde.fr> | 2022-04-14 00:15:23 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-14 00:15:23 +0200 |
commit | 321213d863e7825d7e5a83902d108f4d6cb0b8fb (patch) | |
tree | 2622b2d3be7d8a15569669582c4ad08b816d47d2 /doc/classes | |
parent | c7922af4e5607cfa7b94c661dfd5a6aff60536ac (diff) | |
parent | 59c3d4e17f4474fb19fe58a422829a4f59ccde52 (diff) |
Merge pull request #60220 from YeldhamDev/the_line_must_be_drawn_here
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> |