mirror of
https://github.com/amir1376/ab-download-manager.git
synced 2025-02-20 11:43:24 +08:00
increase add download extra config size
This commit is contained in:
parent
54c2d603b4
commit
94316e7aa9
@ -33,7 +33,7 @@ fun ExtraConfig(
|
|||||||
configurables: List<Configurable<*>>,
|
configurables: List<Configurable<*>>,
|
||||||
) {
|
) {
|
||||||
val h = 250
|
val h = 250
|
||||||
val w = 300
|
val w = 350
|
||||||
val state = rememberDialogState(
|
val state = rememberDialogState(
|
||||||
size = DpSize(
|
size = DpSize(
|
||||||
height = h.dp,
|
height = h.dp,
|
||||||
|
@ -260,7 +260,7 @@ fun ConfigTemplate(
|
|||||||
horizontalArrangement = Arrangement.Center,
|
horizontalArrangement = Arrangement.Center,
|
||||||
) {
|
) {
|
||||||
Column(
|
Column(
|
||||||
Modifier.weight(1f, true),
|
Modifier.weight(2f, true),
|
||||||
verticalArrangement = Arrangement.Center,
|
verticalArrangement = Arrangement.Center,
|
||||||
horizontalAlignment = Alignment.Start,
|
horizontalAlignment = Alignment.Start,
|
||||||
) {
|
) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user