[Libreoffice-commits] online.git: Branch 'distro/collabora/collabora-online-4' - loleaflet/src
Tomaž Vajngerl (via logerrit)
logerrit at kemper.freedesktop.org
Wed Oct 9 17:39:28 UTC 2019
loleaflet/src/control/Control.Menubar.js | 1 -
1 file changed, 1 deletion(-)
New commits:
commit 4a491ff658313a655646409a35e378db625ed637
Author: Tomaž Vajngerl <tomaz.vajngerl at collabora.co.uk>
AuthorDate: Wed Oct 9 19:38:23 2019 +0200
Commit: Tomaž Vajngerl <tomaz.vajngerl at collabora.co.uk>
CommitDate: Wed Oct 9 19:38:23 2019 +0200
remove the separator before sidebar menu entry
There is no separator in master so remove it here too..
Change-Id: Iea84270b023904091ac3a0b02dfed83b6895ab80
diff --git a/loleaflet/src/control/Control.Menubar.js b/loleaflet/src/control/Control.Menubar.js
index 3c721b84f..7702d2043 100644
--- a/loleaflet/src/control/Control.Menubar.js
+++ b/loleaflet/src/control/Control.Menubar.js
@@ -283,7 +283,6 @@ L.Control.Menubar = L.Control.extend({
{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'},
- {type: 'separator'},
{uno: '.uno:Sidebar', mobile: false}]
},
{name: _UNO('.uno:InsertMenu', 'presentation'), type: 'menu', menu: [
More information about the Libreoffice-commits
mailing list