0xDB info view: fix resize bug

This commit is contained in:
rolux 2013-07-22 19:32:05 +00:00
parent b87cab29fe
commit 11efe26644
1 changed files with 3 additions and 1 deletions

View File

@ -1141,7 +1141,9 @@ pandora.ui.infoView = function(data) {
};
that.resize = function() {
$list && $list.css({height: getHeight() + 'px'});
var height = getHeight() + 'px';
$data.css({height: height});
$list && $list.css({height: height});
};
that.bindEvent({