Set min width/height for setup.

This commit is contained in:
Max Goedjen 2024-01-16 20:07:32 -08:00
parent 30c1d36974
commit 55f700dc16
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ struct SetupView: View {
}
}
}
.frame(idealWidth: 500, idealHeight: 500)
.frame(minWidth: 500, idealWidth: 500, minHeight: 500, idealHeight: 500)
}