Get rid of the window status bar. Put the current URL at the bottom of the detail view.

This commit is contained in:
Brent Simmons
2017-12-16 10:18:02 -08:00
parent 1f614c3c6a
commit 2efcd7ea0c
6 changed files with 251 additions and 88 deletions

View File

@@ -10,7 +10,7 @@ import Cocoa
class MainWindowSplitView: NSSplitView {
private let splitViewDividerColor = NSColor(calibratedWhite: 0.75, alpha: 1.0)
private let splitViewDividerColor = NSColor(calibratedWhite: 0.65, alpha: 1.0)
override var dividerColor: NSColor {
get {