diff options
author | Colomban Wendling <[email protected]> | 2021-10-07 18:42:36 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2021-10-26 16:00:45 +0200 |
commit | d3527344f928d0352e6ec92e6e6d954374664e71 (patch) | |
tree | eeaf2f2aeeb2d4e21713ded6f6488e554022b8a5 /stickynotes/sticky-notes-note.ui | |
parent | 130e2e12a7d5e54165b25effee5fadb1693a096a (diff) | |
download | mate-applets-d3527344f928d0352e6ec92e6e6d954374664e71.tar.bz2 mate-applets-d3527344f928d0352e6ec92e6e6d954374664e71.tar.xz |
stickynotes: Restore note popup menu that got lost in 37a85e35448f8
Diffstat (limited to 'stickynotes/sticky-notes-note.ui')
-rw-r--r-- | stickynotes/sticky-notes-note.ui | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/stickynotes/sticky-notes-note.ui b/stickynotes/sticky-notes-note.ui index 4426c659..d8a69587 100644 --- a/stickynotes/sticky-notes-note.ui +++ b/stickynotes/sticky-notes-note.ui @@ -6,6 +6,42 @@ <object class="GtkSourceBuffer" id="body_buffer"> <property name="max_undo_levels">-1</property> </object> + <object class="GtkMenu" id="stickynote_menu"> + <child> + <object class="GtkMenuItem" id="popup_create"> + <property name="visible">True</property> + <property name="use-underline">True</property> + <property name="label" translatable="yes">_New Note</property> + </object> + </child> + <child> + <object class="GtkMenuItem" id="popup_destroy"> + <property name="visible">True</property> + <property name="use-underline">True</property> + <property name="label" translatable="yes">_Delete Note...</property> + </object> + </child> + <child> + <object class="GtkSeparatorMenuItem"/> + </child> + <child> + <object class="GtkCheckMenuItem" id="popup_toggle_lock"> + <property name="visible">True</property> + <property name="use-underline">True</property> + <property name="label" translatable="yes">_Lock Note</property> + </object> + </child> + <child> + <object class="GtkSeparatorMenuItem"/> + </child> + <child> + <object class="GtkMenuItem" id="popup_properties"> + <property name="visible">True</property> + <property name="use-underline">True</property> + <property name="label" translatable="yes">_Properties</property> + </object> + </child> + </object> <object class="GtkWindow" id="stickynote_window"> <property name="can_focus">False</property> <property name="title" translatable="yes">Sticky Note</property> |