Skip to content

Commit

Permalink
- Fixes sidebar background color
Browse files Browse the repository at this point in the history
  • Loading branch information
glushchenko committed Jul 12, 2024
1 parent a673dd3 commit e6b0dde
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion FSNotes/Base.lproj/Main.storyboard
Original file line number Diff line number Diff line change
Expand Up @@ -1702,7 +1702,7 @@ CA
<rect key="frame" x="0.0" y="0.0" width="144" height="40"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
</view>
<color key="fillColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
<color key="fillColor" name="windowBackgroundColor" catalog="System" colorSpace="catalog"/>
</box>
</subviews>
<constraints>
Expand Down
1 change: 0 additions & 1 deletion FSNotes/ViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,6 @@ class ViewController: EditorViewController,
self.sidebarOutlineView.sidebarItems = sidebarList

sidebarOutlineView.selectionHighlightStyle = .regular

sidebarOutlineView.backgroundColor = .windowBackgroundColor

self.sidebarSplitView.autosaveName = "SidebarSplitView"
Expand Down

0 comments on commit e6b0dde

Please sign in to comment.