Files
gimp/menus/tool-options-menu.ui
Alx Sa bca4535c40 icons: Restore GIMP icons replaced by GTK defaults
Five icons in the Layer dockable were being replaced by GTK defaults at
runtime. A "gimp-" prefix was added so that GIMP's version would always
be used. A few dialogues were fixed to use constants rather than
hardcoding the filename, to make it easier to update the icon in the
future.
2023-04-30 13:58:39 +00:00

34 lines
1.4 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<interface>
<menu id="/tool-options-popup">
<submenu>
<attribute name="label" translatable="yes" context="tool-options-action">Tool Options Menu</attribute>
<attribute name="icon">gimp-tool-options</attribute>
<submenu>
<attribute name="label" translatable="yes" context="tool-options-action">_Save Tool Preset</attribute>
<attribute name="icon">document-save</attribute>
<section>
<item><attribute name="action">tool-options.tool-options-save-new-preset</attribute></item>
</section>
</submenu>
<submenu>
<attribute name="label" translatable="yes" context="tool-options-action">_Restore Tool Preset</attribute>
<attribute name="icon">document-revert</attribute>
</submenu>
<submenu>
<attribute name="label" translatable="yes" context="tool-options-action">E_dit Tool Preset</attribute>
<attribute name="icon">gtk-edit</attribute>
</submenu>
<submenu>
<attribute name="label" translatable="yes" context="tool-options-action">_Delete Tool Preset</attribute>
<attribute name="icon">gimp-edit-delete</attribute>
</submenu>
<section>
<item><attribute name="action">tool-options.tool-options-reset</attribute></item>
<item><attribute name="action">tool-options.tool-options-reset-all</attribute></item>
</section>
</submenu>
</menu>
</interface>