[Libreoffice-commits] online.git: Branch 'distro/collabora/collabora-online-4' - loleaflet/src
Tomaž Vajngerl (via logerrit)
logerrit at kemper.freedesktop.org
Wed Oct 9 10:47:13 UTC 2019
loleaflet/src/control/Control.Menubar.js | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
New commits:
commit c4db2a712e5169b283148d1e60363ea3eab0645d
Author: Tomaž Vajngerl <tomaz.vajngerl at collabora.co.uk>
AuthorDate: Wed Oct 9 09:40:04 2019 +0200
Commit: Tomaž Vajngerl <quikee at gmail.com>
CommitDate: Wed Oct 9 12:46:55 2019 +0200
Add sidebar to the impress menu
Change-Id: Ie94c64c6fad75e1473c50e2a0ee15063bdf75ac3
Reviewed-on: https://gerrit.libreoffice.org/80516
Reviewed-by: Tomaž Vajngerl <quikee at gmail.com>
Tested-by: Tomaž Vajngerl <quikee at gmail.com>
diff --git a/loleaflet/src/control/Control.Menubar.js b/loleaflet/src/control/Control.Menubar.js
index dc77afce7..eb7818c20 100644
--- a/loleaflet/src/control/Control.Menubar.js
+++ b/loleaflet/src/control/Control.Menubar.js
@@ -282,7 +282,9 @@ L.Control.Menubar = L.Control.extend({
{type: 'separator', mobileapp: false},
{name: _UNO('.uno:ZoomPlus', 'presentation'), id: 'zoomin', type: 'action'},
{name: _UNO('.uno:ZoomMinus', 'presentation'), id: 'zoomout', type: 'action'},
- {name: _('Reset zoom'), id: 'zoomreset', type: 'action'}]
+ {name: _('Reset zoom'), id: 'zoomreset', type: 'action'},
+ {type: 'separator'},
+ {uno: '.uno:Sidebar'}]
},
{name: _UNO('.uno:InsertMenu', 'presentation'), type: 'menu', menu: [
{name: _('Local Image...'), id: 'insertgraphic', type: 'action'},
More information about the Libreoffice-commits
mailing list