From 609a59a7b311bc79301662de7436c2de4eca2777 Mon Sep 17 00:00:00 2001 From: Nindi Gill Date: Sat, 10 Jun 2023 01:34:40 +1000 Subject: [PATCH] Fix window size causing rows to wrap --- Mist/Views/ContentView.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mist/Views/ContentView.swift b/Mist/Views/ContentView.swift index 5177bc1..a66713d 100644 --- a/Mist/Views/ContentView.swift +++ b/Mist/Views/ContentView.swift @@ -69,7 +69,7 @@ struct ContentView: View { return filteredInstallers } - private let width: CGFloat = 480 + private let width: CGFloat = 485 private let height: CGFloat = 720 var body: some View {