[Libreoffice-commits] .: sd/source

Thorsten Behrens thorsten at kemper.freedesktop.org
Mon Jul 4 14:30:07 PDT 2011


 sd/source/ui/app/popup2_tmpl.src |   18 +++++++-----------
 1 file changed, 7 insertions(+), 11 deletions(-)

New commits:
commit 28da3fb1d4832efa6eac197fc62efbc923a62972
Author: Aaron Strontsman <heinzlesspam at gmail.com>
Date:   Mon Jul 4 23:23:33 2011 +0200

    Remove extraneous separators from Impress context menu
    
    The Draw and Impress main context menus have too many separators.
    This makes mouse travels longer than necessary, looks cluttered and
    separates things that could go together.  To reproduce open a new
    document and right-click on an empty space in the Impress/Draw
    document.

diff --git a/sd/source/ui/app/popup2_tmpl.src b/sd/source/ui/app/popup2_tmpl.src
index d3fe0b4..3ed1830 100644
--- a/sd/source/ui/app/popup2_tmpl.src
+++ b/sd/source/ui/app/popup2_tmpl.src
@@ -560,23 +560,19 @@
         MN_SLIDE_MENU
 #elif SD_POPUP == RID_GRAPHIC_TEXTOBJ_POPUP
         MN_PAGE_MENU
-#endif		
-        SEPARATOR
-        MN_CAPTUREPOINT
-        SEPARATOR
-        MN_LEAVE_GROUP
-        SEPARATOR
+#endif
         MN_NAVIGATOR
-        SEPARATOR
-        MN_GRID
-        SEPARATOR
-        MN_HELPLINES
 #if SD_POPUP == RID_DRAW_TEXTOBJ_POPUP
-        SEPARATOR
         MN_OUTLINEMODE
         MN_DIAMODE
         MN_PRESENTATION
 #endif
+        SEPARATOR
+        MN_GRID
+        MN_HELPLINES
+        MN_CAPTUREPOINT
+        SEPARATOR
+        MN_LEAVE_GROUP
     };
 };
 


More information about the Libreoffice-commits mailing list