mirror of
https://github.com/maxgoedjen/secretive.git
synced 2025-04-03 14:17:08 +00:00
Set min width/height for setup.
This commit is contained in:
parent
30c1d36974
commit
55f700dc16
@ -26,7 +26,7 @@ struct SetupView: View {
|
||||
}
|
||||
}
|
||||
}
|
||||
.frame(idealWidth: 500, idealHeight: 500)
|
||||
.frame(minWidth: 500, idealWidth: 500, minHeight: 500, idealHeight: 500)
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user