mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Make the iPad column width a bit smaller
This commit is contained in:
parent
dbbd3abdee
commit
47f6f8aab8
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue