1
0
Fork 0
gimp/menus/palette-editor-menu.ui
Daniel Baumann 554424e00a
Adding upstream version 3.0.4.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-23 00:14:50 +02:00

21 lines
1.1 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<interface>
<menu id="/palette-editor-popup">
<submenu>
<attribute name="label" translatable="yes" context="palette-editor-action">Palette Editor Menu</attribute>
<attribute name="icon">gtk-select-color</attribute>
<item><attribute name="action">palette-editor.palette-editor-edit-color</attribute></item>
<item><attribute name="action">palette-editor.palette-editor-new-color-fg</attribute></item>
<item><attribute name="action">palette-editor.palette-editor-new-color-bg</attribute></item>
<item><attribute name="action">palette-editor.palette-editor-delete-color</attribute></item>
<section>
<item><attribute name="action">palette-editor.palette-editor-zoom-out</attribute></item>
<item><attribute name="action">palette-editor.palette-editor-zoom-in</attribute></item>
<item><attribute name="action">palette-editor.palette-editor-zoom-all</attribute></item>
</section>
<item><attribute name="action">palette-editor.palette-editor-edit-active</attribute></item>
</submenu>
</menu>
</interface>