fields column in pivot config popup

How can i enlarge this column ?

onViewInit: function(name, config){
if(name == “fields”){
config.view = “unitlist”;
config.width = 400, => like this ?

Hello,

Please check the related discussion

I just found it

if(name == “fieldsLayout”) {
config.width = 800;