From e8fbed6320d62b7ad6b9d22490b9f08d8750d81c Mon Sep 17 00:00:00 2001 From: Bojan Petkovski Date: Sat, 27 Mar 2021 21:08:42 +0100 Subject: [PATCH] Fix HiDPI icon size --- files/cryptocoins@pbojan/desklet.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/files/cryptocoins@pbojan/desklet.js b/files/cryptocoins@pbojan/desklet.js index 6d009fc..120750d 100755 --- a/files/cryptocoins@pbojan/desklet.js +++ b/files/cryptocoins@pbojan/desklet.js @@ -252,7 +252,7 @@ CryptocurrencyTicker.prototype = { }); var left = new St.BoxLayout({ vertical: true, - width: WIDTH_ICON, + width: 50, style_class: 'containerLeft' }); @@ -268,7 +268,7 @@ CryptocurrencyTicker.prototype = { var right = new St.BoxLayout({ vertical: true, - width: WIDTH - PADDING - WIDTH_ICON, + width: WIDTH - PADDING - 50, style_class: 'containerRight' }); var label = new St.Label({