Increase max sidebar width

This commit is contained in:
Shadowfacts 2022-01-16 11:15:35 -05:00
parent be579b849d
commit 0450fe2c0e
1 changed files with 1 additions and 0 deletions

View File

@ -34,6 +34,7 @@ class AppSplitViewController: UISplitViewController {
presentsWithGesture = true
showsSecondaryOnlyButton = true
primaryBackgroundStyle = .sidebar
maximumPrimaryColumnWidth = 500
let sidebarHome = HomeViewController(fervorController: fervorController)
sidebarHome.enableStretchyMenu = false