forked from MeloNX/MeloNX
fix unzip code
This commit is contained in:
parent
7d7e1ce639
commit
f0b0f3b796
@ -343,7 +343,7 @@ class SettingViews {
|
||||
.fillMaxWidth()
|
||||
.height(300.dp)) {
|
||||
Row(
|
||||
modifier = Modifier.fillMaxWidth(),
|
||||
modifier = Modifier.fillMaxWidth().padding(8.dp),
|
||||
verticalAlignment = Alignment.CenterVertically
|
||||
) {
|
||||
RadioButton(
|
||||
@ -369,7 +369,7 @@ class SettingViews {
|
||||
for (driver in drivers) {
|
||||
var ind = driverIndex
|
||||
Row(
|
||||
modifier = Modifier.fillMaxWidth(),
|
||||
modifier = Modifier.fillMaxWidth().padding(8.dp),
|
||||
verticalAlignment = Alignment.CenterVertically
|
||||
) {
|
||||
RadioButton(
|
||||
|
Loading…
x
Reference in New Issue
Block a user