diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 16:23:22 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 16:23:22 +0000 |
commit | e42129241681dde7adae7d20697e7b421682fbb4 (patch) | |
tree | af1fe815a5e639e68e59fabd8395ec69458b3e5e /menus/palette-editor-menu.xml | |
parent | Initial commit. (diff) | |
download | gimp-e42129241681dde7adae7d20697e7b421682fbb4.tar.xz gimp-e42129241681dde7adae7d20697e7b421682fbb4.zip |
Adding upstream version 2.10.22.upstream/2.10.22upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'menus/palette-editor-menu.xml')
-rw-r--r-- | menus/palette-editor-menu.xml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/menus/palette-editor-menu.xml b/menus/palette-editor-menu.xml new file mode 100644 index 0000000..78df4b9 --- /dev/null +++ b/menus/palette-editor-menu.xml @@ -0,0 +1,17 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE ui SYSTEM "gtkuimanager.dtd"> + +<ui> + <popup action="palette-editor-popup"> + <menuitem action="palette-editor-edit-color" /> + <menuitem action="palette-editor-new-color-fg" /> + <menuitem action="palette-editor-new-color-bg" /> + <menuitem action="palette-editor-delete-color" /> + <separator /> + <menuitem action="palette-editor-zoom-out" /> + <menuitem action="palette-editor-zoom-in" /> + <menuitem action="palette-editor-zoom-all" /> + <separator /> + <menuitem action="palette-editor-edit-active" /> + </popup> +</ui> |