loleaflet/css/loleaflet.css       |    2 +-
 loleaflet/images/cursors/fill.png |binary
 2 files changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 5c4a6a1dc6baa4f313475005fc4e3db68b4b0cd2
Author:     Pedro Pinto Silva <pedro.si...@collabora.com>
AuthorDate: Thu Sep 10 15:05:17 2020 +0200
Commit:     Pedro Silva <pedro.si...@collabora.com>
CommitDate: Fri Sep 11 09:31:50 2020 +0200

    leaflet: cursor: bucket-cursor: fix inconsistencies
    
    use similar asset as the icon that triggers it:
    - so we have a paintbrush icon that triggers also a paintbrush cursor 
(instead of a bucket)
    - and adjust position accordingly
    
    Change-Id: I2fa84f0a961e5a98de6fe8fc34c14ccac63344d0
    Reviewed-on: https://gerrit.libreoffice.org/c/online/+/102382
    Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoff...@gmail.com>
    Reviewed-by: Pedro Silva <pedro.si...@collabora.com>
    (cherry picked from commit d42e41ce04a80a798053260c229ec159e20307ef)
    Reviewed-on: https://gerrit.libreoffice.org/c/online/+/102414

diff --git a/loleaflet/css/loleaflet.css b/loleaflet/css/loleaflet.css
index 599e406de..8dfe1f9db 100644
--- a/loleaflet/css/loleaflet.css
+++ b/loleaflet/css/loleaflet.css
@@ -53,7 +53,7 @@
 }
 
 .bucket-cursor {
-       cursor: url('images/cursors/fill.png') 14 29, auto !important;/*setting 
coordinates to align the tip of the bucket icon */
+       cursor: url('images/cursors/fill.png') 4 9, auto !important;/*setting 
coordinates to align the tip of the bucket icon */
 }
 .loleaflet-scrollbar-show {
        opacity: 1 !important;
diff --git a/loleaflet/images/cursors/fill.png 
b/loleaflet/images/cursors/fill.png
index 220641b9b..473474999 100644
Binary files a/loleaflet/images/cursors/fill.png and 
b/loleaflet/images/cursors/fill.png differ
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to