summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Strontsman <heinzlesspam@gmail.com>2011-07-04 23:23:33 +0200
committerThorsten Behrens <tbehrens@novell.com>2011-07-04 23:25:15 +0200
commit28da3fb1d4832efa6eac197fc62efbc923a62972 (patch)
tree78f359513deb37140afd72ce3d7d888dcca3f89a
parentf1eeb30e44a73e59fead9312ac666a72ba8bcc60 (diff)
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.
-rw-r--r--sd/source/ui/app/popup2_tmpl.src18
1 files 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
};
};