From e0998638b16188f9b38d6e4f5ab560e8068244da Mon Sep 17 00:00:00 2001 From: Arkadiusz Fal Date: Sat, 6 Jul 2024 12:45:44 +0200 Subject: [PATCH] Fix macOS settings windows Fix #699 Fix #710 --- Shared/Settings/QualityProfileForm.swift | 2 +- Shared/Settings/SettingsView.swift | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Shared/Settings/QualityProfileForm.swift b/Shared/Settings/QualityProfileForm.swift index 3480a27b..10a99fe9 100644 --- a/Shared/Settings/QualityProfileForm.swift +++ b/Shared/Settings/QualityProfileForm.swift @@ -57,7 +57,7 @@ struct QualityProfileForm: View { .frame(minWidth: 0, maxWidth: .infinity, minHeight: 0, maxHeight: .infinity) .background(Color.background(scheme: colorScheme)) #else - .frame(width: 400, height: 400) + .frame(width: 400, height: 450) .padding(.vertical, 10) #endif } diff --git a/Shared/Settings/SettingsView.swift b/Shared/Settings/SettingsView.swift index b906b674..a73e7b40 100644 --- a/Shared/Settings/SettingsView.swift +++ b/Shared/Settings/SettingsView.swift @@ -316,19 +316,19 @@ struct SettingsView: View { case .browsing: return 800 case .player: - return 550 + return 800 case .controls: return 920 case .quality: return 420 case .history: - return 500 + return 600 case .sponsorBlock: - return 700 + return 970 case .locations: return 600 case .advanced: - return 500 + return 550 case .importExport: return 580 case .help: