mirror of
https://github.com/Myzel394/Alibi.git
synced 2025-06-18 23:05:26 +02:00
fix: Fix FilenameFormatTile width
Signed-off-by: Myzel394 <50424412+Myzel394@users.noreply.github.com>
This commit is contained in:
parent
9490348c5c
commit
0133290ef1
@ -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(
|
||||
|
Loading…
x
Reference in New Issue
Block a user