mirror of
https://github.com/maxgoedjen/secretive.git
synced 2026-03-28 03:57:22 +01:00
Set min width/height for setup. (#518)
This commit is contained in:
@@ -26,7 +26,7 @@ struct SetupView: View {
|
||||
}
|
||||
}
|
||||
}
|
||||
.frame(idealWidth: 500, idealHeight: 500)
|
||||
.frame(minWidth: 500, idealWidth: 500, minHeight: 500, idealHeight: 500)
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user