loleaflet/dist/loleaflet.css             |    9 +--------
 loleaflet/src/layer/AnnotationManager.js |    4 ++--
 2 files changed, 3 insertions(+), 10 deletions(-)

New commits:
commit 0c53975f180042e1c7b3cc3fd70737deefaba7a1
Author: Pranav Kant <[email protected]>
Date:   Tue Apr 25 13:32:51 2017 +0530

    loleaflet: New comment size/width
    
    Change-Id: Ief2d9c942dffab7a98dc5a7de2208e511f45df78

diff --git a/loleaflet/dist/loleaflet.css b/loleaflet/dist/loleaflet.css
index 568b8785..9f643e4e 100644
--- a/loleaflet/dist/loleaflet.css
+++ b/loleaflet/dist/loleaflet.css
@@ -149,14 +149,7 @@ body {
        color: #222;
        border: none;
        border-radius: 2px;
-}
-
-.loleaflet-annotation-content-wrapper {
-        width: 180px;
-}
-
-.loleaflet-annotation-redline-content-wrapper {
-        width: 240px;
+       width: 240px;
 }
 
 .loleaflet-annotation-content {
diff --git a/loleaflet/src/layer/AnnotationManager.js 
b/loleaflet/src/layer/AnnotationManager.js
index 012a6a08..4b714319 100644
--- a/loleaflet/src/layer/AnnotationManager.js
+++ b/loleaflet/src/layer/AnnotationManager.js
@@ -4,10 +4,10 @@
 
 L.AnnotationManager = L.Class.extend({
        options: {
-               marginX: 50,
+               marginX: 40,
                marginY: 10,
                offset: 5,
-               extraSize: L.point(250, 0)
+               extraSize: L.point(290, 0)
        },
 
        initialize: function (map, options) {
_______________________________________________
Libreoffice-commits mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to