mirror of
https://github.com/labwc/labwc.git
synced 2026-04-12 08:21:13 -04:00
menu separator
changes to make separators work with/without label, added text color, font selection and center justification for label headers
This commit is contained in:
parent
8ce564551d
commit
6ff0d0a675
14 changed files with 95 additions and 9 deletions
|
|
@ -61,6 +61,12 @@
|
|||
</menu>
|
||||
|
||||
<menu id="some-custom-menu">
|
||||
<!--
|
||||
Creates a separator w/title that is used as a header
|
||||
To create an empty header with no title,
|
||||
set label=" ", not label=""
|
||||
-->
|
||||
<separator label="custom menu" />
|
||||
<item label="Reconfigure">
|
||||
<action name="Reconfigure" />
|
||||
</item>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue