loleaflet/src/control/Control.Menubar.js |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

New commits:
commit c4db2a712e5169b283148d1e60363ea3eab0645d
Author:     Tomaž Vajngerl <tomaz.vajng...@collabora.co.uk>
AuthorDate: Wed Oct 9 09:40:04 2019 +0200
Commit:     Tomaž Vajngerl <qui...@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 <qui...@gmail.com>
    Tested-by: Tomaž Vajngerl <qui...@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'},
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to