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,
|
iconLeft = iconSize == 256 ? Math.floor((iconSize - iconWidth) / 2) : 0,
|
||||||
borderRadius = ui.icons == 'posters' ? 0 : iconSize / 8,
|
borderRadius = ui.icons == 'posters' ? 0 : iconSize / 8,
|
||||||
margin = 16,
|
margin = 16,
|
||||||
nameKeys = ['director', 'cinematographer', 'featuring'],
|
nameKeys = [
|
||||||
listKeys = nameKeys.concat(['language', 'topic', 'groups']),
|
'director', 'cinematographer', 'editor',
|
||||||
|
'writer', 'producer', 'featuring'
|
||||||
|
],
|
||||||
|
listKeys = nameKeys.concat(['language', 'themes', 'groups']),
|
||||||
statisticsWidth = 128,
|
statisticsWidth = 128,
|
||||||
|
|
||||||
$bar = Ox.Bar({size: 16})
|
$bar = Ox.Bar({size: 16})
|
||||||
|
|
Loading…
Reference in a new issue