[Libreoffice-commits] online.git: loleaflet/src

Szymon KÅ‚os (via logerrit) logerrit at kemper.freedesktop.org
Fri May 1 11:07:46 UTC 2020


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

New commits:
commit cd041d0739cd928a21db4763b765a961205d7a19
Author:     Szymon Kłos <szymon.klos at collabora.com>
AuthorDate: Wed Apr 22 12:50:10 2020 +0200
Commit:     Szymon Kłos <szymon.klos at 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 <jenkinscollaboraoffice at gmail.com>
    Reviewed-by: Szymon Kłos <szymon.klos at 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') {


More information about the Libreoffice-commits mailing list