From b29fd3b275b08c28dd7d73f5f865fdc78570ef9e Mon Sep 17 00:00:00 2001 From: Arkadiusz Fal Date: Mon, 27 Jun 2022 00:17:32 +0200 Subject: [PATCH] Fix browsing settings height --- Shared/Settings/SettingsView.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Shared/Settings/SettingsView.swift b/Shared/Settings/SettingsView.swift index 9ad36019..98d626bd 100644 --- a/Shared/Settings/SettingsView.swift +++ b/Shared/Settings/SettingsView.swift @@ -178,7 +178,7 @@ struct SettingsView: View { case .instances: return 390 case .browsing: - return 350 + return 390 case .player: return 500 case .history: