Adjust the padding for the task name column, by setting a minimum width. This makes the task name column wide enough to go into the 10k-99k frame numbers. Reviewed-on: https://projects.blender.org/studio/flamenco/pulls/104379 Reviewed-by: Sybren A. Stüvel <sybren@blender.org>
This commit is contained in:
parent
84e4a28d6c
commit
74d96bd02e
@ -63,7 +63,7 @@ export default {
|
|||||||
return `${dot} ${status}`;
|
return `${dot} ${status}`;
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
{ title: 'Name', field: 'name', sorter: 'string' },
|
{ title: 'Name', field: 'name', sorter: 'string', minWidth: 104 },
|
||||||
{
|
{
|
||||||
title: 'Updated',
|
title: 'Updated',
|
||||||
field: 'updated',
|
field: 'updated',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user