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( .append(
$('<img>') $('<img>')
.attr({src: '/static/png/icon.png'}) .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') { if (id == 'account') {
$content.append( $content.append(