Browse Source

Uncommenting 11.0

pull/92/head
Abhishek 4 years ago
parent
commit
25a92e7c52
  1. 6
      Clocker/Panel/ParentPanelController.swift

6
Clocker/Panel/ParentPanelController.swift

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

Loading…
Cancel
Save