1
0
mirror of https://github.com/yattee/yattee.git synced 2025-01-10 11:30:32 +05:30

Fix browsing settings height

This commit is contained in:
Arkadiusz Fal 2022-06-27 00:17:32 +02:00
parent b06c583d25
commit 0753189d07

View File

@ -178,7 +178,7 @@ struct SettingsView: View {
case .instances: case .instances:
return 390 return 390
case .browsing: case .browsing:
return 350 return 390
case .player: case .player:
return 500 return 500
case .history: case .history: