Skip to content

Commit

Permalink
Revert row index cell width
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffvli committed Oct 19, 2023
1 parent 6c9e776 commit b304d42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/renderer/components/virtual-table/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ const tableColumns: { [key: string]: ColDef } = {
valueGetter: (params) => {
return (params.node?.rowIndex || 0) + 1;
},
width: 80,
width: 65,
},
songCount: {
cellRenderer: (params: ICellRendererParams) => GenericCell(params, { position: 'center' }),
Expand Down

0 comments on commit b304d42

Please sign in to comment.