mirror of
https://gitlab.gnome.org/jwestman/blueprint-compiler.git
synced 2025-05-06 16:19:07 -04:00
Fix menus
- Menus require an ID - The top level menu block can't have attributes
This commit is contained in:
parent
8a1dba662a
commit
51d8969ced
9 changed files with 43 additions and 13 deletions
|
@ -1,9 +1,6 @@
|
|||
using Gtk 4.0;
|
||||
|
||||
menu {
|
||||
label: _("menu label");
|
||||
test-custom-attribute: 3.1415;
|
||||
|
||||
menu my-menu {
|
||||
submenu {
|
||||
section {
|
||||
label: "test section";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue