increase add download extra config size

This commit is contained in:
AmirHossein Abdolmotallebi 2024-12-26 10:51:31 +03:30
parent 54c2d603b4
commit 94316e7aa9
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -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,
) { ) {