Fix settings layout

This commit is contained in:
Arkadiusz Fal
2022-07-11 20:01:27 +02:00
parent 36cacc2258
commit 4ec194c438
2 changed files with 13 additions and 5 deletions

View File

@@ -218,7 +218,7 @@ struct SettingsView: View {
case .browsing:
return 390
case .player:
return 390
return 420
case .history:
return 480
case .sponsorBlock:
@@ -226,7 +226,7 @@ struct SettingsView: View {
case .locations:
return 480
case .advanced:
return 320
return 340
case .help:
return 600
}