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

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Wed Dec 12 07:58:36 UTC 2018


 loleaflet/src/control/Signing.js |    5 +++++
 1 file changed, 5 insertions(+)

New commits:
commit 7eb217af7fcd0d46f92ef20645156cd18e442de1
Author:     Szymon Kłos <szymon.klos at collabora.com>
AuthorDate: Tue Dec 11 17:08:37 2018 +0100
Commit:     Andras Timar <andras.timar at collabora.com>
CommitDate: Wed Dec 12 08:58:12 2018 +0100

    Don't show '<<' button in the signing toolbar
    
    Change-Id: Ie178add1812735ac4653b0aedab58f70a8b6f0e8
    (cherry picked from commit 375a1a60789a1871b0209f4699680f48410c5a40)

diff --git a/loleaflet/src/control/Signing.js b/loleaflet/src/control/Signing.js
index d4113cc67..78066279f 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();


More information about the Libreoffice-commits mailing list