Make sidebar white.

This commit is contained in:
Brent Simmons 2018-02-23 23:46:27 -08:00
parent 5643a51d16
commit e93fa704fc
2 changed files with 3 additions and 3 deletions

View File

@ -279,7 +279,7 @@
<rect key="frame" x="0.0" y="0.0" width="167" height="272"/>
<autoresizingMask key="autoresizingMask"/>
<size key="intercellSpacing" width="3" height="2"/>
<color key="backgroundColor" white="0.95999999999999996" alpha="1" colorSpace="calibratedWhite"/>
<color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="calibratedWhite"/>
<color key="gridColor" name="gridColor" catalog="System" colorSpace="catalog"/>
<tableColumns>
<tableColumn identifier="" width="164" minWidth="16" maxWidth="1000" id="ih9-mJ-EA7">

View File

@ -57,8 +57,8 @@ final class SidebarStatusBarView: NSView {
return
}
let color = NSColor(calibratedWhite: 0.96, alpha: 1.0)
layer.backgroundColor = color.cgColor
// let color = NSColor(calibratedWhite: 0.96, alpha: 1.0)
layer.backgroundColor = NSColor.white.cgColor
didConfigureLayer = true
}