[evince] shell: Add separator for annotation items in menu



commit edd62b0e995128a12ec62dc1c9a9233e26936b60
Author: Camille Moulin <camille moulin free fr>
Date:   Thu Feb 16 10:38:02 2017 +0100

    shell: Add separator for annotation items in menu
    
    The contextual menu currently holds the annotation items and the
    Open Parent Folder in the same section, while there is no special
    relation between them. It slightly reduces readability of the menu.
    
    Fixes #752

 shell/evince-menus.ui | 2 ++
 1 file changed, 2 insertions(+)
---
diff --git a/shell/evince-menus.ui b/shell/evince-menus.ui
index e9b01d5e..2c58bc6f 100644
--- a/shell/evince-menus.ui
+++ b/shell/evince-menus.ui
@@ -296,6 +296,8 @@
         <attribute name="action">win.remove-annot</attribute>
         <attribute name='hidden-when'>action-disabled</attribute>
       </item>
+    </section>
+    <section>
       <item>
         <attribute name="label" translatable="yes">Highlight Selected Text</attribute>
         <attribute name="action">win.annotate-selected-text</attribute>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]