Skip to content

Commit

Permalink
Merge branch 'main' into as_runner
Browse files Browse the repository at this point in the history
  • Loading branch information
maxgoedjen authored Jan 17, 2024
2 parents 6dc5a7f + bb63ae8 commit 6d55574
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Secretive/Views/SetupView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ struct SetupView: View {
}
}
}
.frame(idealWidth: 500, idealHeight: 500)
.frame(minWidth: 500, idealWidth: 500, minHeight: 500, idealHeight: 500)
}


Expand Down

0 comments on commit 6d55574

Please sign in to comment.