loleaflet/src/layer/tile/CalcTileLayer.js | 1 - 1 file changed, 1 deletion(-)
New commits: commit 3b92083ba184314994f6a7862e2bc62f6eaa5ebb Author: Pedro <pedro.si...@collabora.com> AuthorDate: Fri Oct 4 09:44:38 2019 +0200 Commit: Szymon Kłos <szymon.k...@collabora.com> CommitDate: Sun Oct 6 21:55:39 2019 +0200 Remove toolbar divider(break) in calc Change-Id: Ic342aef8a4d4797d8d38531348387508a65bda76 Reviewed-on: https://gerrit.libreoffice.org/80181 Reviewed-by: Szymon Kłos <szymon.k...@collabora.com> Tested-by: Szymon Kłos <szymon.k...@collabora.com> diff --git a/loleaflet/src/layer/tile/CalcTileLayer.js b/loleaflet/src/layer/tile/CalcTileLayer.js index 71ce0ded2..84545599a 100644 --- a/loleaflet/src/layer/tile/CalcTileLayer.js +++ b/loleaflet/src/layer/tile/CalcTileLayer.js @@ -159,7 +159,6 @@ L.CalcTileLayer = L.TileLayer.extend({ items: [ {type: 'html', id: 'left'}, {type: 'html', id: 'address', html: '<input id="addressInput" type="text">'}, - {type: 'break'}, {type: 'button', id: 'sum', img: 'autosum', hint: _('Sum')}, {type: 'button', id: 'function', img: 'equal', hint: _('Function')}, {type: 'button', hidden: true, id: 'cancelformula', img: 'cancel', hint: _('Cancel')}, _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits