[Libreoffice-commits] online.git: Branch 'distro/cib/libreoffice-6-2' - 2 commits - configure.ac loleaflet/css

Samuel Mehrbrodt (via logerrit) logerrit at kemper.freedesktop.org
Tue Jul 30 07:21:13 UTC 2019


 configure.ac                |    2 +-
 loleaflet/css/loleaflet.css |    4 ----
 2 files changed, 1 insertion(+), 5 deletions(-)

New commits:
commit 441819d4c13ad9fa018a4105b3ab38a18d16488f
Author:     Samuel Mehrbrodt <Samuel.Mehrbrodt at cib.de>
AuthorDate: Tue Jul 30 09:20:29 2019 +0200
Commit:     Samuel Mehrbrodt <Samuel.Mehrbrodt at cib.de>
CommitDate: Tue Jul 30 09:20:46 2019 +0200

    Release 6.2.6

diff --git a/configure.ac b/configure.ac
index 6e4fb5755..5aebd9ba5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,7 +3,7 @@
 
 AC_PREREQ([2.63])
 
-AC_INIT([loolwsd], [6.2.5.0], [libreoffice at lists.freedesktop.org])
+AC_INIT([loolwsd], [6.2.6.0], [libreoffice at lists.freedesktop.org])
 LT_INIT([shared, disable-static, dlopen])
 
 AM_INIT_AUTOMAKE([1.10 subdir-objects tar-pax -Wno-portability])
commit 0d8f08062c0ef1e58f3b19266ae1a5280fd1e5ed
Author:     Samuel Mehrbrodt <Samuel.Mehrbrodt at cib.de>
AuthorDate: Tue Jul 30 09:00:15 2019 +0200
Commit:     Samuel Mehrbrodt <Samuel.Mehrbrodt at cib.de>
CommitDate: Tue Jul 30 09:02:00 2019 +0200

    Remove space below ruler
    
    This breaks cursor positioning with the mouse.
    
    Was introduced with 0576a3cced4c27be940a831d6735ece533a2a47d
    
    Change-Id: I85abca224d2bc9d365443bd87c6793db1900e2a4

diff --git a/loleaflet/css/loleaflet.css b/loleaflet/css/loleaflet.css
index f345a3cdd..f53adfbbd 100644
--- a/loleaflet/css/loleaflet.css
+++ b/loleaflet/css/loleaflet.css
@@ -31,10 +31,6 @@
 	cursor: default;
 }
 
-.hasruler {
-	padding-top: 16px;
-}
-
 .scroll-container .mCSB_scrollTools.mCSB_1_scrollbar {
 	position: absolute;
 	z-index: 1000;


More information about the Libreoffice-commits mailing list