update info view
This commit is contained in:
parent
94d806be59
commit
ba7c20fb84
1 changed files with 5 additions and 2 deletions
|
@ -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})
|
||||
|
|
Loading…
Reference in a new issue