[Libreoffice-commits] online.git: Branch 'distro/collabora/collabora-online-3' - loleaflet/dist

Henry Castro hcastro at collabora.com
Mon Jun 4 18:00:51 UTC 2018


 loleaflet/dist/toolbar/toolbar.js |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit 19b0a55176c1dfaf221656212a1ed41310f83191
Author: Henry Castro <hcastro at collabora.com>
Date:   Fri Jun 1 16:03:34 2018 -0400

    loleaflet: remove toolbar item that adds extra padding
    
    Change-Id: I208c5487d189edebc900ba7a0a54b9ddf7cc543e
    Reviewed-on: https://gerrit.libreoffice.org/55199
    Reviewed-by: Jan Holesovsky <kendy at collabora.com>
    Tested-by: Jan Holesovsky <kendy at collabora.com>

diff --git a/loleaflet/dist/toolbar/toolbar.js b/loleaflet/dist/toolbar/toolbar.js
index e05f33529..592afa242 100644
--- a/loleaflet/dist/toolbar/toolbar.js
+++ b/loleaflet/dist/toolbar/toolbar.js
@@ -328,7 +328,6 @@ $(function () {
 	$('#toolbar-up').w2toolbar({
 		name: 'toolbar-up',
 		items: [
-			{type: 'html', id: 'left'},
 			{type: 'button',  id: 'save', img: 'save', hint: _UNO('.uno:Save')},
 			{type: 'break', id: 'savebreak'},
 			{type: 'button',  id: 'undo',  img: 'undo', hint: _UNO('.uno:Undo'), uno: 'Undo', disabled: true},


More information about the Libreoffice-commits mailing list