HD resolutions should fit
This commit is contained in:
parent
b93b2eaf63
commit
6acc7ec5f4
1 changed files with 2 additions and 2 deletions
|
@ -200,7 +200,7 @@ pandora.ui.mediaView = function(options) {
|
||||||
operator: '-',
|
operator: '-',
|
||||||
title: Ox._('Resolution'),
|
title: Ox._('Resolution'),
|
||||||
visible: true,
|
visible: true,
|
||||||
width: 90
|
width: 112
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
align: 'right',
|
align: 'right',
|
||||||
|
@ -234,7 +234,7 @@ pandora.ui.mediaView = function(options) {
|
||||||
operator: '+',
|
operator: '+',
|
||||||
title: Ox._('ID'),
|
title: Ox._('ID'),
|
||||||
visible: false,
|
visible: false,
|
||||||
width: 120
|
width: 128
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
align: 'left',
|
align: 'left',
|
||||||
|
|
Loading…
Reference in a new issue