[Libreoffice-commits] online.git: loleaflet/src

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Tue Dec 11 20:30:41 UTC 2018


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

New commits:
commit 375a1a60789a1871b0209f4699680f48410c5a40
Author:     Szymon Kłos <szymon.klos at collabora.com>
AuthorDate: Tue Dec 11 17:08:37 2018 +0100
Commit:     Szymon Kłos <szymon.klos at 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();


More information about the Libreoffice-commits mailing list