add proper border around the network list

This commit is contained in:
Grant Limberg 2016-05-27 15:21:23 -07:00
parent 67d472424d
commit 59cf2ea341
2 changed files with 21 additions and 20 deletions

View file

@ -20,6 +20,7 @@ class ShowNetworksViewController: NSViewController, NSTableViewDelegate, NSTable
tableView.setDelegate(self)
tableView.setDataSource(self)
tableView.backgroundColor = NSColor.clearColor()
}
override func viewWillAppear() {