mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-07-12 16:13:25 -07:00
add proper border around the network list
This commit is contained in:
parent
67d472424d
commit
59cf2ea341
2 changed files with 21 additions and 20 deletions
|
@ -20,6 +20,7 @@ class ShowNetworksViewController: NSViewController, NSTableViewDelegate, NSTable
|
|||
|
||||
tableView.setDelegate(self)
|
||||
tableView.setDataSource(self)
|
||||
tableView.backgroundColor = NSColor.clearColor()
|
||||
}
|
||||
|
||||
override func viewWillAppear() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue