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

Pedro (via logerrit) logerrit at kemper.freedesktop.org
Sun Oct 6 19:55:58 UTC 2019


 loleaflet/src/layer/tile/CalcTileLayer.js |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit 3b92083ba184314994f6a7862e2bc62f6eaa5ebb
Author:     Pedro <pedro.silva at collabora.com>
AuthorDate: Fri Oct 4 09:44:38 2019 +0200
Commit:     Szymon Kłos <szymon.klos at 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.klos at collabora.com>
    Tested-by: Szymon Kłos <szymon.klos at 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')},


More information about the Libreoffice-commits mailing list