Skip to content
This repository has been archived by the owner on Jan 3, 2024. It is now read-only.

Commit

Permalink
fix hardcoded label
Browse files Browse the repository at this point in the history
  • Loading branch information
niusounds committed Apr 8, 2023
1 parent 1e72c78 commit 2f5854a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/src/main/kotlin/com/niusounds/vsaplayer/Rotator.kt
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ fun Rotator(
lineWidth: Float = 4f,
lineCircleSize: Float = 8f,
labelFront: String = "Front",
labelRight: String = "Front",
labelBack: String = "Front",
labelLeft: String = "Front",
labelRight: String = "Right",
labelBack: String = "Back",
labelLeft: String = "Left",
) {
Box(modifier.aspectRatio(1f)) {
Canvas(modifier = Modifier.fillMaxSize()) {
Expand Down

0 comments on commit 2f5854a

Please sign in to comment.