From d861c9e1bf196efa9ba80d3a93b68950b9357629 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Mon, 11 May 2015 19:04:16 -0400 Subject: [PATCH] make xml content type common --- dashboard-ui/scripts/librarybrowser.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dashboard-ui/scripts/librarybrowser.js b/dashboard-ui/scripts/librarybrowser.js index b3e08f4253..6c8d0942dd 100644 --- a/dashboard-ui/scripts/librarybrowser.js +++ b/dashboard-ui/scripts/librarybrowser.js @@ -1119,8 +1119,8 @@ posterWidth = 200; } else if (options.shape == 'detailPage169') { - posterWidth = 260; - thumbWidth = 260; + posterWidth = 320; + thumbWidth = 320; } var dateText;