bump size cell size

This commit is contained in:
Kendall Garner 2024-04-03 21:28:27 -07:00
parent 197497df05
commit c1345802aa
No known key found for this signature in database
GPG key ID: 18D2767419676C87

View file

@ -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' }),