From 7ee6d922428f5f036ea3e92893cb2bffd6e44386 Mon Sep 17 00:00:00 2001 From: j <0x006A@0x2620.org> Date: Tue, 22 May 2012 16:36:52 +0000 Subject: [PATCH] set icon size in preferences dialog, fixes #784 --- static/js/pandora/preferencesDialog.js | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/static/js/pandora/preferencesDialog.js b/static/js/pandora/preferencesDialog.js index 4e4348255..123fff9be 100644 --- a/static/js/pandora/preferencesDialog.js +++ b/static/js/pandora/preferencesDialog.js @@ -13,7 +13,13 @@ pandora.ui.preferencesDialog = function() { .append( $('') .attr({src: '/static/png/icon.png'}) - .css({position: 'absolute', left: '16px', top: '16px'}) + .css({ + position: 'absolute', + left: '16px', + top: '16px', + width: '64px', + height: '64px' + }) ); if (id == 'account') { $content.append(