bump size cell size
This commit is contained in:
parent
197497df05
commit
c1345802aa
1 changed files with 1 additions and 1 deletions
|
@ -329,7 +329,7 @@ const tableColumns: { [key: string]: ColDef } = {
|
|||
headerName: i18n.t('table.column.size'),
|
||||
valueGetter: (params: ValueGetterParams) =>
|
||||
params.data ? formatSizeString(params.data.size) : undefined,
|
||||
width: 60,
|
||||
width: 80,
|
||||
},
|
||||
songCount: {
|
||||
cellRenderer: (params: ICellRendererParams) => GenericCell(params, { position: 'center' }),
|
||||
|
|
Reference in a new issue