how to decrease the height of coro type cell...

i have 3 values in my coro type cell but it can accomodate more then 3 values , so how to reduce this height.

The size of coro list hardcoded in dhtmlxgridcell.js
You can change next line ( line 817 in latest codebase )
     this.list.size=“6”;
to any appropriate number.