summaryrefslogtreecommitdiffstats
path: root/menus/palette-editor-menu.xml
diff options
context:
space:
mode:
Diffstat (limited to 'menus/palette-editor-menu.xml')
-rw-r--r--menus/palette-editor-menu.xml17
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>