From 28da3fb1d4832efa6eac197fc62efbc923a62972 Mon Sep 17 00:00:00 2001 From: Aaron Strontsman Date: Mon, 4 Jul 2011 23:23:33 +0200 Subject: 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. --- sd/source/ui/app/popup2_tmpl.src | 18 +++++++----------- 1 file changed, 7 insertions(+), 11 deletions(-) diff --git a/sd/source/ui/app/popup2_tmpl.src b/sd/source/ui/app/popup2_tmpl.src index d3fe0b4b5..3ed1830ac 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 }; }; -- cgit v1.2.3