loleaflet/src/control/Signing.js | 5 +++++ 1 file changed, 5 insertions(+)
New commits: commit 375a1a60789a1871b0209f4699680f48410c5a40 Author: Szymon Kłos <szymon.k...@collabora.com> AuthorDate: Tue Dec 11 17:08:37 2018 +0100 Commit: Szymon Kłos <szymon.k...@collabora.com> CommitDate: Tue Dec 11 21:30:18 2018 +0100 Don't show '<<' button in the signing toolbar Change-Id: Ie178add1812735ac4653b0aedab58f70a8b6f0e8 diff --git a/loleaflet/src/control/Signing.js b/loleaflet/src/control/Signing.js index 183d5ed88..d6bc52b2b 100644 --- a/loleaflet/src/control/Signing.js +++ b/loleaflet/src/control/Signing.js @@ -272,6 +272,11 @@ L.Map.include({ oldtoolbarSize = $('#document-container').css('top'); $('#document-container').css('top', '110px'); + + // Avoid scroll button ">>" + var el = w2ui['document-signing-bar']; + if (el) + el.resize(); }, hideSignDocument: function() { $('#document-signing-bar').hide(); _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits