forked from 0x2620/pandora
increase files view path column width
This commit is contained in:
parent
f7e49bce00
commit
283c6e6302
1 changed files with 2 additions and 2 deletions
|
@ -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,
|
||||||
|
|
Loading…
Reference in a new issue