Fix #104289: Task Name Column partially hidden (#104379)

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:
Vivian Leung 2025-04-25 11:02:58 +02:00 committed by Sybren A. Stüvel
parent 84e4a28d6c
commit 74d96bd02e

View File

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