Improve frame of macOS Preferences pane

This commit is contained in:
Angelo Stavrow 2020-08-10 12:54:29 -04:00
parent afac74a7c9
commit 0d37f9f3c2
No known key found for this signature in database
GPG Key ID: 1A49C7064E060EEE

View File

@ -16,7 +16,8 @@ struct WriteFreely_MultiPlatformApp: App {
#if os(macOS)
Settings {
SettingsView()
.frame(minWidth: 300, maxWidth: 600, minHeight: 200, maxHeight: 800)
.frame(minWidth: 300, maxWidth: 300, minHeight: 200, maxHeight: 200)
.padding()
}
#endif
}