mirror of
https://github.com/amir1376/ab-download-manager.git
synced 2025-02-20 11:43:24 +08:00
increase index cell width in download progress page
This commit is contained in:
parent
30e70f8b1c
commit
ae89edda6b
@ -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() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user