mirror of
https://github.com/Ranchero-Software/NetNewsWire.git
synced 2024-12-28 10:30:14 +01:00
19 lines
385 B
Swift
19 lines
385 B
Swift
//
|
|
// MainWindowSplitView.swift
|
|
// Evergreen
|
|
//
|
|
// Created by Brent Simmons on 2/5/16.
|
|
// Copyright © 2016 Ranchero Software, LLC. All rights reserved.
|
|
//
|
|
|
|
import AppKit
|
|
|
|
class MainWindowSplitView: NSSplitView {
|
|
|
|
// private let splitViewDividerColor = NSColor(calibratedWhite: 0.75, alpha: 1.0)
|
|
//
|
|
// override var dividerColor: NSColor {
|
|
// return splitViewDividerColor
|
|
// }
|
|
}
|