loleaflet/js/toolbar.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit be167de3e8c3dba1f45ce9365f069c42706539d6 Author: Henry Castro <hcas...@collabora.com> AuthorDate: Wed Aug 8 16:34:33 2018 -0400 Commit: Henry Castro <hcas...@collabora.com> CommitDate: Wed Aug 8 16:35:56 2018 -0400 loleaflet: mobile: hide TextWrap toolbar item Change-Id: Ib0f05ab619729b614e0f04eae3ad79eb61df3214 diff --git a/loleaflet/js/toolbar.js b/loleaflet/js/toolbar.js index b2c4bd234..98e7d6f5b 100644 --- a/loleaflet/js/toolbar.js +++ b/loleaflet/js/toolbar.js @@ -584,7 +584,7 @@ function createToolbar() { name: 'toolbar-up', tooltip: 'bottom', items: [ - {type: 'menu', id: 'menu-wrap', caption: _('Textwrap'), items: [ + {type: 'menu', id: 'menu-wrap', caption: _('Textwrap'), mobile: false, items: [ { text: _('No wrap'), id: 'wrap-WrapOff' }, { text: _('Page wrap'), id: 'wrap-WrapOn' }, { text: _('Wrap anchor only'), id: 'wrap-WrapAnchorOnly' }, _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits