set icon size in preferences dialog, fixes #784

This commit is contained in:
j 2012-05-22 16:36:52 +00:00
parent ba1ca42bd7
commit 7ee6d92242

View file

@ -13,7 +13,13 @@ pandora.ui.preferencesDialog = function() {
.append(
$('<img>')
.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(