loleaflet/dist/toolbar/toolbar.js |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 491a41933d71df437628d733e7fd2a97eac1de66
Author: Andras Timar <andras.ti...@collabora.com>
Date:   Mon May 23 10:58:55 2016 +0200

    loleaflet: Set font for zoom percentage

diff --git a/loleaflet/dist/toolbar/toolbar.js 
b/loleaflet/dist/toolbar/toolbar.js
index aae6ce1..fd7d6b8 100644
--- a/loleaflet/dist/toolbar/toolbar.js
+++ b/loleaflet/dist/toolbar/toolbar.js
@@ -137,7 +137,7 @@ $(function () {
                        { type: 'break', id: 'prevnextbreak' },
                        { type: 'button',  id: 'zoomreset', img: 'zoomreset', 
hint: _("Reset zoom") },
                        { type: 'button',  id: 'zoomout', img: 'zoomout', hint: 
_("Zoom out") },
-                       { type: 'html',    id: 'zoomlevel', html: '<div 
id="zoomlevel">100%</div>'},
+                       { type: 'html',    id: 'zoomlevel', html: '<div 
id="zoomlevel" class="loleaflet-font">100%</div>'},
                        { type: 'button',  id: 'zoomin', img: 'zoomin', hint: 
_("Zoom in") }
                ],
                onClick: function (e) {
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to