fix statistics dialog layout

This commit is contained in:
rolux 2013-05-08 11:53:33 +00:00
parent 3d6f15a271
commit 86081ca08a
1 changed files with 1 additions and 1 deletions

View File

@ -425,7 +425,7 @@ pandora.ui.statisticsDialog = function() {
top: top + 'px'
})
.appendTo($content);
top += Ox.len(data[mode][key]) * 16 + 32;
top += Math.min(Ox.len(data[mode][key]), 1000) * 16 + 32;
});
} else if (id == 'platforms') {
['', 'version'].forEach(function(version, i) {