loleaflet/src/layer/tile/CalcTileLayer.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 7175ca2243232c5dac22d12cbd2e530a9b52dfba Author: mert <mert.tu...@collabora.com> AuthorDate: Tue Dec 17 14:06:15 2019 +0300 Commit: Michael Meeks <michael.me...@collabora.com> CommitDate: Tue Dec 17 12:21:09 2019 +0100 Include italic formatting on quickbar for calc Change-Id: I8cd7309a1e214b62f289fc757eaae467eb152466 Reviewed-on: https://gerrit.libreoffice.org/85284 Reviewed-by: Michael Meeks <michael.me...@collabora.com> Tested-by: Michael Meeks <michael.me...@collabora.com> diff --git a/loleaflet/src/layer/tile/CalcTileLayer.js b/loleaflet/src/layer/tile/CalcTileLayer.js index 511a5253e..0ed4fb4b8 100644 --- a/loleaflet/src/layer/tile/CalcTileLayer.js +++ b/loleaflet/src/layer/tile/CalcTileLayer.js @@ -75,7 +75,7 @@ L.CalcTileLayer = L.TileLayer.extend({ {type: 'button', id: 'showsearchbar', img: 'search', hint: _('Show the search bar')}, {type: 'break'}, {type: 'button', id: 'bold', img: 'bold', hint: _UNO('.uno:Bold'), uno: 'Bold'}, -// {type: 'button', id: 'italic', img: 'italic', hint: _UNO('.uno:Italic'), uno: 'Italic'}, + {type: 'button', id: 'italic', img: 'italic', hint: _UNO('.uno:Italic'), uno: 'Italic'}, {type: 'button', id: 'underline', img: 'underline', hint: _UNO('.uno:Underline'), uno: 'Underline'}, {type: 'button', id: 'strikeout', img: 'strikeout', hint: _UNO('.uno:Strikeout'), uno: 'Strikeout'}, {type: 'break'}, _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits