mirror of
https://github.com/yattee/yattee.git
synced 2026-06-06 23:04:19 +00:00
Make source add/edit forms feel native on macOS
Use grouped Form style with LabeledContent rows and move primary actions into the sheet toolbar for SMB, WebDAV, Local Folder, Remote Server and the Edit sheet. iOS and tvOS branches unchanged.
This commit is contained in:
@@ -89,7 +89,7 @@ struct AddSourceView: View {
|
||||
}
|
||||
}
|
||||
#if os(macOS)
|
||||
.frame(minWidth: 500, minHeight: 450)
|
||||
.frame(minWidth: 560, minHeight: 560)
|
||||
#endif
|
||||
.sheet(isPresented: $showingNetworkDiscovery) {
|
||||
NetworkShareDiscoverySheet(filterType: selectedShareType) { share in
|
||||
|
||||
Reference in New Issue
Block a user