Skip to content

Commit e8fbed6

Browse files
committed
Fix HiDPI icon size
1 parent 07f6c58 commit e8fbed6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

files/cryptocoins@pbojan/desklet.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ CryptocurrencyTicker.prototype = {
252252
});
253253
var left = new St.BoxLayout({
254254
vertical: true,
255-
width: WIDTH_ICON,
255+
width: 50,
256256
style_class: 'containerLeft'
257257
});
258258

@@ -268,7 +268,7 @@ CryptocurrencyTicker.prototype = {
268268

269269
var right = new St.BoxLayout({
270270
vertical: true,
271-
width: WIDTH - PADDING - WIDTH_ICON,
271+
width: WIDTH - PADDING - 50,
272272
style_class: 'containerRight'
273273
});
274274
var label = new St.Label({

0 commit comments

Comments
 (0)