We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07f6c58 commit e8fbed6Copy full SHA for e8fbed6
1 file changed
files/cryptocoins@pbojan/desklet.js
@@ -252,7 +252,7 @@ CryptocurrencyTicker.prototype = {
252
});
253
var left = new St.BoxLayout({
254
vertical: true,
255
- width: WIDTH_ICON,
+ width: 50,
256
style_class: 'containerLeft'
257
258
@@ -268,7 +268,7 @@ CryptocurrencyTicker.prototype = {
268
269
var right = new St.BoxLayout({
270
271
- width: WIDTH - PADDING - WIDTH_ICON,
+ width: WIDTH - PADDING - 50,
272
style_class: 'containerRight'
273
274
var label = new St.Label({
0 commit comments