From 6acc7ec5f4eeaaa9b42bc59215592a66a6bacfcb Mon Sep 17 00:00:00 2001 From: j Date: Sun, 6 Nov 2016 16:45:58 +0100 Subject: [PATCH] HD resolutions should fit --- static/js/mediaView.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/js/mediaView.js b/static/js/mediaView.js index f0ac6076e..195497759 100644 --- a/static/js/mediaView.js +++ b/static/js/mediaView.js @@ -200,7 +200,7 @@ pandora.ui.mediaView = function(options) { operator: '-', title: Ox._('Resolution'), visible: true, - width: 90 + width: 112 }, { align: 'right', @@ -234,7 +234,7 @@ pandora.ui.mediaView = function(options) { operator: '+', title: Ox._('ID'), visible: false, - width: 120 + width: 128 }, { align: 'left',