mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-07-03 09:23:24 +00:00

Fixes #9883 There were menus that put their entries directly in the tab menu rather than in a submenu. This moves them to submenus to bring back GIMP 2.10 behavior. Stray entries added by scripts are also moved to the right submenu.
27 lines
1.2 KiB
XML
27 lines
1.2 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<interface>
|
|
<menu id="/palettes-popup">
|
|
<submenu>
|
|
<attribute name="label" translatable="yes" context="palettes-action">Palettes Menu</attribute>
|
|
<attribute name="icon">gtk-select-color</attribute>
|
|
|
|
<item><attribute name="action">palettes.palettes-edit</attribute></item>
|
|
<section>
|
|
<item><attribute name="action">palettes.palettes-new</attribute></item>
|
|
<item><attribute name="action">palettes.palettes-import</attribute></item>
|
|
<item><attribute name="action">palettes.palettes-duplicate</attribute></item>
|
|
<item><attribute name="action">palettes.palettes-merge</attribute></item>
|
|
<item><attribute name="action">palettes.palettes-copy-location</attribute></item>
|
|
<item><attribute name="action">palettes.palettes-show-in-file-manager</attribute></item>
|
|
<item><attribute name="action">palettes.palettes-delete</attribute></item>
|
|
</section>
|
|
<section>
|
|
<item><attribute name="action">palettes.palettes-refresh</attribute></item>
|
|
</section>
|
|
<submenu>
|
|
<attribute name="label" translatable="yes" context="palettes-action">Export as</attribute>
|
|
</submenu>
|
|
</submenu>
|
|
</menu>
|
|
</interface>
|