mirror of
https://github.com/Ranchero-Software/NetNewsWire.git
synced 2025-01-04 13:59:23 +01:00
Darken the splitview dividers.
This commit is contained in:
parent
ba4ba74fef
commit
d6e436c47f
@ -10,7 +10,7 @@ import Cocoa
|
||||
|
||||
class MainWindowSplitView: NSSplitView {
|
||||
|
||||
private let splitViewDividerColor = NSColor(calibratedWhite: 0.9, alpha: 1.0)
|
||||
private let splitViewDividerColor = NSColor(calibratedWhite: 0.75, alpha: 1.0)
|
||||
|
||||
override var dividerColor: NSColor {
|
||||
get {
|
||||
|
Loading…
Reference in New Issue
Block a user