increase files view path column width

This commit is contained in:
rolux 2011-10-18 11:47:08 +00:00
parent f7e49bce00
commit 283c6e6302

View file

@ -59,7 +59,7 @@ pandora.ui.filesView = function(options, self) {
operator: '+', operator: '+',
title: 'Path', title: 'Path',
visible: true, visible: true,
width: 560 width: 720
}, },
{ {
align: 'left', align: 'left',
@ -170,7 +170,7 @@ pandora.ui.filesView = function(options, self) {
operator: '+', operator: '+',
title: 'Path', title: 'Path',
visible: true, visible: true,
width: 560 width: 720
}, },
], ],
columnsMovable: true, columnsMovable: true,