mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Rewrite and move BatchUpdate.swift.
This commit is contained in:
@@ -8,10 +8,10 @@
|
||||
|
||||
import Cocoa
|
||||
|
||||
private let splitViewDividerColor = NSColor(calibratedWhite: 0.8, alpha: 1.0)
|
||||
|
||||
class MainWindowSplitView: NSSplitView {
|
||||
|
||||
private let splitViewDividerColor = NSColor(calibratedWhite: 0.8, alpha: 1.0)
|
||||
|
||||
override var dividerColor: NSColor {
|
||||
get {
|
||||
return splitViewDividerColor
|
||||
|
||||
Reference in New Issue
Block a user