1
0
mirror of https://github.com/maxgoedjen/secretive.git synced 2025-06-05 23:10:57 +00:00

Merge branch 'main' into as_runner

This commit is contained in:
Max Goedjen 2024-01-17 11:27:52 -08:00 committed by GitHub
commit 6d555741d1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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