From 283c6e6302ff773e6871b9fc1451426f24587dc0 Mon Sep 17 00:00:00 2001 From: rolux Date: Tue, 18 Oct 2011 11:47:08 +0000 Subject: [PATCH] increase files view path column width --- static/js/pandora/ui/filesView.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/js/pandora/ui/filesView.js b/static/js/pandora/ui/filesView.js index 9c933202..16140b9b 100644 --- a/static/js/pandora/ui/filesView.js +++ b/static/js/pandora/ui/filesView.js @@ -59,7 +59,7 @@ pandora.ui.filesView = function(options, self) { operator: '+', title: 'Path', visible: true, - width: 560 + width: 720 }, { align: 'left', @@ -170,7 +170,7 @@ pandora.ui.filesView = function(options, self) { operator: '+', title: 'Path', visible: true, - width: 560 + width: 720 }, ], columnsMovable: true,