diff --git a/Mac/MainWindow/About/CreditsNetNewsWireView.swift b/Mac/MainWindow/About/CreditsNetNewsWireView.swift index 1e88be2d9..88a63fe75 100644 --- a/Mac/MainWindow/About/CreditsNetNewsWireView.swift +++ b/Mac/MainWindow/About/CreditsNetNewsWireView.swift @@ -49,6 +49,7 @@ struct CreditsNetNewsWireView: View, LoadableAboutData { .frame(height: 12) } .padding(.horizontal) + .frame(width: 400, height: 400) } func contributorView(_ appCredit: AboutData.Contributor) -> some View {