update info view

This commit is contained in:
Rolux 2015-09-21 11:31:04 +01:00
parent 94d806be59
commit ba7c20fb84

View File

@ -18,8 +18,11 @@ pandora.ui.infoView = function(data) {
iconLeft = iconSize == 256 ? Math.floor((iconSize - iconWidth) / 2) : 0,
borderRadius = ui.icons == 'posters' ? 0 : iconSize / 8,
margin = 16,
nameKeys = ['director', 'cinematographer', 'featuring'],
listKeys = nameKeys.concat(['language', 'topic', 'groups']),
nameKeys = [
'director', 'cinematographer', 'editor',
'writer', 'producer', 'featuring'
],
listKeys = nameKeys.concat(['language', 'themes', 'groups']),
statisticsWidth = 128,
$bar = Ox.Bar({size: 16})