Skip to content

Commit

Permalink
Merge pull request #100 from zenangst/fix/computers-backround-color
Browse files Browse the repository at this point in the history
Set background color to computer view controller
  • Loading branch information
zenangst authored Sep 5, 2019
2 parents cb05433 + d461e2d commit 03fefa5
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ class DetailContainerViewController: FamilyViewController {
.margin(.init(top: 15, left: 30, bottom: 0, right: 30))
add(generalActionsViewController)
add(computersViewController, view: { $0.collectionView })
.background(.color(NSColor.windowBackgroundColor))
}

computersViewController.collectionView.backgroundColors = [NSColor.windowBackgroundColor]
Expand Down

0 comments on commit 03fefa5

Please sign in to comment.