loleaflet/src/control/Control.UIManager.js |    5 +++++
 1 file changed, 5 insertions(+)

New commits:
commit cd041d0739cd928a21db4763b765a961205d7a19
Author:     Szymon Kłos <szymon.k...@collabora.com>
AuthorDate: Wed Apr 22 12:50:10 2020 +0200
Commit:     Szymon Kłos <szymon.k...@collabora.com>
CommitDate: Fri May 1 13:07:26 2020 +0200

    notebookbar: more space for notebookbar
    
    Change-Id: Idf0735a7282bda5b7bc0166e82acbcd2e589a289
    Reviewed-on: https://gerrit.libreoffice.org/c/online/+/93252
    Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoff...@gmail.com>
    Reviewed-by: Szymon Kłos <szymon.k...@collabora.com>

diff --git a/loleaflet/src/control/Control.UIManager.js 
b/loleaflet/src/control/Control.UIManager.js
index 8ac35bb50..f9dd3d7c9 100644
--- a/loleaflet/src/control/Control.UIManager.js
+++ b/loleaflet/src/control/Control.UIManager.js
@@ -67,6 +67,11 @@ L.Control.UIManager = L.Control.extend({
                        this.map.addControl(L.control.searchBar());
                } else if (window.enableNotebookbar) {
                        this.map.addControl(L.control.notebookbar({docType: 
docType}));
+
+                       
this.moveObjectVertically($('#spreadsheet-row-column-frame'), 36);
+                       this.moveObjectVertically($('#document-container'), 77);
+                       
this.moveObjectVertically($('#presentation-controls-wrapper'), 36);
+                       this.moveObjectVertically($('#sidebar-dock-wrapper'), 
36);
                }
 
                if (docType === 'spreadsheet') {
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to