|
|
@ -168,9 +168,9 @@ class ParentPanelController: NSWindowController { |
|
|
|
name: NSNotification.Name.NSSystemTimeZoneDidChange, |
|
|
|
name: NSNotification.Name.NSSystemTimeZoneDidChange, |
|
|
|
object: nil) |
|
|
|
object: nil) |
|
|
|
|
|
|
|
|
|
|
|
// if #available(OSX 11.0, *) { |
|
|
|
if #available(OSX 11.0, *) { |
|
|
|
// mainTableView.style = .fullWidth |
|
|
|
mainTableView.style = .fullWidth |
|
|
|
// } |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
if modernSlider != nil { |
|
|
|
if modernSlider != nil { |
|
|
|
modernSlider.enclosingScrollView?.scrollerInsets = NSEdgeInsets(top: 0, left: 0, bottom: 100, right: 0) |
|
|
|
modernSlider.enclosingScrollView?.scrollerInsets = NSEdgeInsets(top: 0, left: 0, bottom: 100, right: 0) |
|
|
|