Increase max sidebar width
This commit is contained in:
parent
be579b849d
commit
0450fe2c0e
|
@ -34,6 +34,7 @@ class AppSplitViewController: UISplitViewController {
|
|||
presentsWithGesture = true
|
||||
showsSecondaryOnlyButton = true
|
||||
primaryBackgroundStyle = .sidebar
|
||||
maximumPrimaryColumnWidth = 500
|
||||
|
||||
let sidebarHome = HomeViewController(fervorController: fervorController)
|
||||
sidebarHome.enableStretchyMenu = false
|
||||
|
|
Loading…
Reference in New Issue