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

Andras Timar andras.timar at collabora.com
Mon May 23 08:59:25 UTC 2016


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

New commits:
commit 491a41933d71df437628d733e7fd2a97eac1de66
Author: Andras Timar <andras.timar at 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) {


More information about the Libreoffice-commits mailing list