Improve playback settings UI controls on macOS

Standardized picker and button sizing with consistent alignment and control sizes. Added SettingsPickerModifier to all macOS pickers with menu style. Improved rate buttons with proper sizing and alignment. Added text truncation for stream descriptions to prevent overflow.
This commit is contained in:
Arkadiusz Fal
2025-11-14 19:28:26 +01:00
parent 500c787063
commit 6aef3f10b1
3 changed files with 53 additions and 22 deletions

View File

@@ -15,6 +15,7 @@ struct SettingsPickerModifier: ViewModifier {
#else
content
.labelsHidden()
.pickerStyle(.menu)
#endif
}
}