From 3363301e546423a39fa989ec1e78e35541011535 Mon Sep 17 00:00:00 2001 From: jenia Date: Sun, 27 Oct 2019 14:10:59 +0200 Subject: [PATCH 1/2] fix icon --- lineheight/plugin.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/lineheight/plugin.js b/lineheight/plugin.js index 0cdca93..5fce24b 100644 --- a/lineheight/plugin.js +++ b/lineheight/plugin.js @@ -11,16 +11,16 @@ styles: { 'line-height': '%value' } } }); + }); - editor.ui.registry.addIcon( - 'line-height', - ` + editor.ui.registry.addIcon( + 'line-height', + ` ` - ); - }); + ); editor.ui.registry.addMenuButton('lineheightselect', { tooltip: 'Line height', From 4bd81c0be3d9fcee81937c09c4272d94a47df960 Mon Sep 17 00:00:00 2001 From: jenia Date: Tue, 12 Nov 2019 16:24:24 +0200 Subject: [PATCH 2/2] change icon to sic version --- lineheight/plugin.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/lineheight/plugin.js b/lineheight/plugin.js index 5fce24b..4eec9c3 100644 --- a/lineheight/plugin.js +++ b/lineheight/plugin.js @@ -15,11 +15,11 @@ editor.ui.registry.addIcon( 'line-height', - ` - - - - ` + ` + + + + ` ); editor.ui.registry.addMenuButton('lineheightselect', {