[Libreoffice-commits] online.git: loleaflet/js
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Wed Aug 8 20:36:26 UTC 2018
loleaflet/js/toolbar.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit be167de3e8c3dba1f45ce9365f069c42706539d6
Author: Henry Castro <hcastro at collabora.com>
AuthorDate: Wed Aug 8 16:34:33 2018 -0400
Commit: Henry Castro <hcastro at 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' },
More information about the Libreoffice-commits
mailing list