From 47f6f8aab8b9e2f541fe2c0ddf17765618a2a657 Mon Sep 17 00:00:00 2001 From: Jackson Harper Date: Tue, 11 Apr 2023 17:01:40 +0800 Subject: [PATCH] Make the iPad column width a bit smaller --- apple/OmnivoreKit/Sources/App/Views/PrimaryContentView.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apple/OmnivoreKit/Sources/App/Views/PrimaryContentView.swift b/apple/OmnivoreKit/Sources/App/Views/PrimaryContentView.swift index 571c947ae..376b2c53b 100644 --- a/apple/OmnivoreKit/Sources/App/Views/PrimaryContentView.swift +++ b/apple/OmnivoreKit/Sources/App/Views/PrimaryContentView.swift @@ -50,7 +50,7 @@ public struct PrimaryContentView: View { .accentColor(.appGrayTextContrast) .introspectSplitViewController { $0.preferredSplitBehavior = .tile - $0.preferredPrimaryColumnWidth = 200 + $0.preferredPrimaryColumnWidth = 160 $0.presentsWithGesture = false $0.displayModeButtonVisibility = .always }