From b4558b508141af16d335f45a0f12bdd34521e944 Mon Sep 17 00:00:00 2001 From: Samuel Mehrbrodt Date: Fri, 22 Aug 2014 22:37:56 +0200 Subject: fdo#73151 Make better use of the sidebar The general idea is to encourage use of the sidebar instead of floating windows (for Navigator, Styles&Formatting and Gallery) Changes: * Show the sidebar by default in Writer & Impress * Remove the Gallery floating window (Gallery now always opens in the sidebar) * Remove all Gallery, Navigator and Styles&Formatting links from the default toolbar in Writer (since they have an icon in the sidebar and the sidebar is shown by default now) * When selecting "More" from the Styles dropdown, the Stylelist opens in the sidebar instead of the floating window This has all been discussed extensively here: https://bugs.freedesktop.org/show_bug.cgi?id=73151 Change-Id: I3a0461d1472711da7121801000af294b432fccb1 Reviewed-on: https://gerrit.libreoffice.org/11077 Reviewed-by: Thomas Arnhold Tested-by: Thomas Arnhold --- sd/sdi/_drvwsh.sdi | 2 -- 1 file changed, 2 deletions(-) (limited to 'sd/sdi') diff --git a/sd/sdi/_drvwsh.sdi b/sd/sdi/_drvwsh.sdi index f8119e9356c8..999bb69b9b46 100644 --- a/sd/sdi/_drvwsh.sdi +++ b/sd/sdi/_drvwsh.sdi @@ -1777,12 +1777,10 @@ interface DrawView SID_GALLERY // ole : yes, status : ? [ ExecMethod = FuTemporary ; - StateMethod = GetMenuState ; ] SID_GALLERY_FORMATS // ole : no, status : ? [ ExecMethod = ExecGallery ; - StateMethod = GetGalleryState ; GroupId = GID_DOCUMENT ; Cachable ; ] -- cgit