files view: increase width of part title column
This commit is contained in:
parent
5daba46fb4
commit
e441e09bd9
1 changed files with 1 additions and 1 deletions
|
@ -138,7 +138,7 @@ pandora.ui.filesView = function(options, self) {
|
||||||
operator: '+',
|
operator: '+',
|
||||||
title: 'Part Title',
|
title: 'Part Title',
|
||||||
visible: true,
|
visible: true,
|
||||||
width: 60
|
width: 180
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
editable: true,
|
editable: true,
|
||||||
|
|
Loading…
Reference in a new issue