Improve stream control on macOS

This commit is contained in:
Arkadiusz Fal
2022-05-21 21:30:39 +02:00
parent 789859341f
commit 69865df0d4
2 changed files with 2 additions and 2 deletions

View File

@@ -117,7 +117,7 @@ struct PlayerControls: View {
StreamControl()
#if os(macOS)
.frame(maxWidth: 160)
.frame(maxWidth: 300)
#endif
#else
Text(player.stream?.description ?? "")