Make the iPad column width a bit smaller

This commit is contained in:
Jackson Harper
2023-04-11 17:01:40 +08:00
parent dbbd3abdee
commit 47f6f8aab8

View File

@ -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
}