[Libreoffice-commits] online.git: Branch 'distro/collabora/collabora-online-4-0' - loleaflet/js

Aron Budea (via logerrit) logerrit at kemper.freedesktop.org
Thu Sep 26 14:44:37 UTC 2019


 loleaflet/js/toolbar.js |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 16956e29cf5a054c31d0ea15c7f2d7ee588bff61
Author:     Aron Budea <aron.budea at collabora.com>
AuthorDate: Thu Sep 26 16:15:34 2019 +0200
Commit:     Jan Holesovsky <kendy at collabora.com>
CommitDate: Thu Sep 26 16:44:20 2019 +0200

    tdf#127783 loleaflet: Enable paragraph style selector on tablets
    
    Change-Id: I96987a0cc21623085480e5c13bb7f5ef18b5df10
    Reviewed-on: https://gerrit.libreoffice.org/79632
    Reviewed-by: Jan Holesovsky <kendy at collabora.com>
    Tested-by: Jan Holesovsky <kendy at collabora.com>

diff --git a/loleaflet/js/toolbar.js b/loleaflet/js/toolbar.js
index cce5b6991..3cc701119 100644
--- a/loleaflet/js/toolbar.js
+++ b/loleaflet/js/toolbar.js
@@ -703,7 +703,7 @@ function createToolbar() {
 						e.item.html = undefined;
 					}});
 				}
-			}, hidden: true, desktop: true, mobile: false, tablet: false},
+			}, hidden: true, desktop: true, mobile: false, tablet: true},
 		{type: 'html', id: 'fonts',
 			html: '<select class="fonts-select"><option>Liberation Sans</option></select>',
 			onRefresh: function (edata) {


More information about the Libreoffice-commits mailing list