This commit is contained in:
abdurisaq 2024-10-23 23:57:17 +02:00 committed by GitHub
commit 743bb3f843
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -202,7 +202,7 @@ fun SliderItem(
},
modifier = Modifier.weight(1.5f),
valueRange = min.toFloat()..max.toFloat(),
steps = max - min,
steps = max - min-1,
)
}
}