fix: Fix FilenameFormatTile width

Signed-off-by: Myzel394 <50424412+Myzel394@users.noreply.github.com>
This commit is contained in:
Myzel394 2024-08-20 22:33:03 +02:00
parent 9490348c5c
commit 0133290ef1
No known key found for this signature in database
GPG Key ID: DEC4AAB876F73185

View File

@ -220,10 +220,10 @@ private fun SelectionButton(
contentDescription = null,
modifier = Modifier
.size(ButtonDefaults.IconSize)
.fillMaxWidth(.3f),
.fillMaxWidth(0.1f),
)
Column(
modifier = Modifier.fillMaxWidth(.7f),
modifier = Modifier.fillMaxWidth(0.9f),
) {
Text(label)
Text(