Skip to content

Commit

Permalink
fix header height
Browse files Browse the repository at this point in the history
  • Loading branch information
rpiaggio committed Dec 17, 2024
1 parent a83f7f8 commit 564a7c6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ private sealed trait GmosSequenceTableBuilder[S, D: Eq] extends SequenceRowBuild
estimateSize = index =>
table.getRowModel().rows.get(index).map(_.original.value) match
case Some(Left(_)) =>
20.toPx // Header
25.toPx // Header
case Some(Right(SequenceIndexedRow(SequenceRow.FutureStep(_, _, _, _), _))) =>
25.toPx
case Some(Right(SequenceIndexedRow(SequenceRow.Executed.ExecutedStep(_, _), _))) =>
Expand Down

0 comments on commit 564a7c6

Please sign in to comment.