mirror of
https://github.com/writeas/writefreely-swiftui-multiplatform.git
synced 2024-11-15 01:11:02 +00:00
Improve frame of macOS Preferences pane
This commit is contained in:
parent
afac74a7c9
commit
0d37f9f3c2
@ -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
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user