Fix macOS settings windows

Fix #699
Fix #710
This commit is contained in:
Arkadiusz Fal 2024-07-06 12:45:44 +02:00
parent 511a528eb6
commit e0998638b1
2 changed files with 5 additions and 5 deletions

View File

@ -57,7 +57,7 @@ struct QualityProfileForm: View {
.frame(minWidth: 0, maxWidth: .infinity, minHeight: 0, maxHeight: .infinity) .frame(minWidth: 0, maxWidth: .infinity, minHeight: 0, maxHeight: .infinity)
.background(Color.background(scheme: colorScheme)) .background(Color.background(scheme: colorScheme))
#else #else
.frame(width: 400, height: 400) .frame(width: 400, height: 450)
.padding(.vertical, 10) .padding(.vertical, 10)
#endif #endif
} }

View File

@ -316,19 +316,19 @@ struct SettingsView: View {
case .browsing: case .browsing:
return 800 return 800
case .player: case .player:
return 550 return 800
case .controls: case .controls:
return 920 return 920
case .quality: case .quality:
return 420 return 420
case .history: case .history:
return 500 return 600
case .sponsorBlock: case .sponsorBlock:
return 700 return 970
case .locations: case .locations:
return 600 return 600
case .advanced: case .advanced:
return 500 return 550
case .importExport: case .importExport:
return 580 return 580
case .help: case .help: