Skip to content
This repository was archived by the owner on Jul 30, 2025. It is now read-only.

Commit 37684f0

Browse files
committed
set window frame
1 parent c39f792 commit 37684f0

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

FetchInstallerPkg/View/ContentView.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ struct ContentView: View {
2424
DownloadView()
2525
}
2626
.padding()
27+
.frame(minWidth: 400.0, maxWidth: 600.0, minHeight: 400.0)
28+
2729
}
2830
}
2931

0 commit comments

Comments
 (0)