Skip to content

Commit 2f6596c

Browse files
committed
made the window size better
1 parent a2a400e commit 2f6596c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

yt-dlpGUI/yt_dlpGUIApp.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ struct yt_dlpGUIApp: App {
1212
var body: some Scene {
1313
WindowGroup {
1414
ContentView()
15+
.frame(minWidth: 600, minHeight: 400)
16+
1517
}
1618
}
1719
}

0 commit comments

Comments
 (0)