loleaflet/src/control/Control.UIManager.js | 5 +++++ 1 file changed, 5 insertions(+)
New commits: commit cd041d0739cd928a21db4763b765a961205d7a19 Author: Szymon Kłos <[email protected]> AuthorDate: Wed Apr 22 12:50:10 2020 +0200 Commit: Szymon Kłos <[email protected]> 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 <[email protected]> Reviewed-by: Szymon Kłos <[email protected]> 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 [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
