summaryrefslogtreecommitdiffstats
path: root/menus/palette-editor-menu.xml
blob: 78df4b91174697d38651a9cce92b66c69807c206 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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>