fix a resize bug in the info panel

This commit is contained in:
rolux 2011-11-06 22:08:22 +00:00
parent cfe7282a24
commit 42c86d9e6c

View file

@ -277,10 +277,10 @@ pandora.ui.listInfo = function() {
that.resizeInfo = function() {
var width = that.width();
$icon.css(getIconCSS());
$title.options({
$title && $title.options({
width: width
});
$description.options({
$description && $description.options({
height: width,
width: width
});