From c768fff4efaddda53baf37c109ddfc858e3c3cc2 Mon Sep 17 00:00:00 2001 From: Mark McDowall Date: Wed, 29 Feb 2012 09:22:58 -0800 Subject: [PATCH] Network column width fix. --- NzbDrone.Web/Views/Series/Index.cshtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NzbDrone.Web/Views/Series/Index.cshtml b/NzbDrone.Web/Views/Series/Index.cshtml index ca2515d0f..ce13a546b 100644 --- a/NzbDrone.Web/Views/Series/Index.cshtml +++ b/NzbDrone.Web/Views/Series/Index.cshtml @@ -157,7 +157,7 @@ }, //Title { sWidth: '100px', "mDataProp": "SeasonsCount", "bSortable": false }, //Seasons { sWidth: '100px', "mDataProp": "QualityProfileName" }, //Quality - { sWidth: '100px', "mDataProp": "Network" }, //Network + { sWidth: '120px', "mDataProp": "Network" }, //Network { sWidth: '120px', "mDataProp": function (source, type, val) { // 'display' and 'filter' use our fancy naming if (type === 'display' || type === 'filter') {