From 0450fe2c0e73f65ff352f29d1c71b0a3b963e235 Mon Sep 17 00:00:00 2001 From: Shadowfacts Date: Sun, 16 Jan 2022 11:15:35 -0500 Subject: [PATCH] Increase max sidebar width --- Reader/Screens/AppSplitViewController.swift | 1 + 1 file changed, 1 insertion(+) diff --git a/Reader/Screens/AppSplitViewController.swift b/Reader/Screens/AppSplitViewController.swift index 1b1542d..2cbe311 100644 --- a/Reader/Screens/AppSplitViewController.swift +++ b/Reader/Screens/AppSplitViewController.swift @@ -34,6 +34,7 @@ class AppSplitViewController: UISplitViewController { presentsWithGesture = true showsSecondaryOnlyButton = true primaryBackgroundStyle = .sidebar + maximumPrimaryColumnWidth = 500 let sidebarHome = HomeViewController(fervorController: fervorController) sidebarHome.enableStretchyMenu = false