Fix settings window on Mac

This commit is contained in:
Arkadiusz Fal 2022-12-14 17:21:48 +01:00
parent 71c666ebfe
commit 2812ea0301

View File

@ -239,7 +239,7 @@ struct SettingsView: View {
case .locations: case .locations:
return 600 return 600
case .advanced: case .advanced:
return 350 return 380
case .help: case .help:
return 650 return 650
} }