mirror of
https://github.com/ninxsoft/Mist.git
synced 2025-05-20 10:15:23 -04:00
Reduce window size
This commit is contained in:
parent
ccae8d7319
commit
d9b197747b
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ struct ContentView: View {
|
|||
|
||||
return filteredInstallers
|
||||
}
|
||||
private let width: CGFloat = 485
|
||||
private let width: CGFloat = 480
|
||||
private let height: CGFloat = 720
|
||||
|
||||
var body: some View {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue