mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Continue rename to NetNewsWire.
This commit is contained in:
18
NetNewsWire/MainWindow/MainWindowSplitView.swift
Normal file
18
NetNewsWire/MainWindow/MainWindowSplitView.swift
Normal file
@@ -0,0 +1,18 @@
|
||||
//
|
||||
// MainWindowSplitView.swift
|
||||
// NetNewsWire
|
||||
//
|
||||
// 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
|
||||
// }
|
||||
}
|
||||
Reference in New Issue
Block a user