increase index cell width in download progress page

This commit is contained in:
AmirHossein Abdolmotallebi 2025-02-03 02:12:38 +03:30
parent 30e70f8b1c
commit ae89edda6b

View File

@ -414,7 +414,7 @@ sealed class PartInfoCells : TableCell<IndexedValue<UiPart>> {
data object Number : PartInfoCells() { data object Number : PartInfoCells() {
override val id: String = "#" override val id: String = "#"
override val name: StringSource = "#".asStringSource() override val name: StringSource = "#".asStringSource()
override val size: CellSize = CellSize.Fixed(26.dp) override val size: CellSize = CellSize.Fixed(32.dp)
} }
data object Status : PartInfoCells() { data object Status : PartInfoCells() {