menu enhancements - theme and separators

separators work with and without a label

label title additions
- text color
- font selection
- center justification
- Oblique font style
This commit is contained in:
Droc 2024-08-21 04:19:22 -05:00
parent 107d84cef9
commit a345cae8ee
12 changed files with 79 additions and 7 deletions

View file

@ -61,6 +61,12 @@
</menu>
<menu id="some-custom-menu">
<!--
Creates menu title.
To create an empty header with no text,
set label=" ", not label=""
-->
<separator label="custom menu" />
<item label="Reconfigure">
<action name="Reconfigure" />
</item>