gimp/menus/documents-menu.ui
Anders Jonsson 0d512085f3 menus: move menus to submenus of tab menu
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.
2024-03-08 17:48:38 +00:00

22 lines
1.1 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<interface>
<menu id="/documents-popup">
<submenu>
<attribute name="label" translatable="yes" context="documents-action">Documents Menu</attribute>
<item><attribute name="action">documents.documents-open</attribute></item>
<item><attribute name="action">documents.documents-raise-or-open</attribute></item>
<item><attribute name="action">documents.documents-file-open-dialog</attribute></item>
<item><attribute name="action">documents.documents-copy-location</attribute></item>
<item><attribute name="action">documents.documents-show-in-file-manager</attribute></item>
<item><attribute name="action">documents.documents-remove</attribute></item>
<item><attribute name="action">documents.documents-clear</attribute></item>
<section>
<item><attribute name="action">documents.documents-recreate-preview</attribute></item>
<item><attribute name="action">documents.documents-reload-previews</attribute></item>
<item><attribute name="action">documents.documents-remove-dangling</attribute></item>
</section>
</submenu>
</menu>
</interface>