mirror of
https://github.com/passepartoutvpn/wireguard-apple.git
synced 2025-03-03 12:12:24 +00:00
macOS: Edit view: Auto hide editor scrollbars
This commit is contained in:
parent
ea053c2701
commit
93b9b0442b
@ -51,6 +51,7 @@ class TunnelEditViewController: NSViewController {
|
||||
let scrollView: NSScrollView = {
|
||||
let scrollView = NSScrollView()
|
||||
scrollView.hasVerticalScroller = true
|
||||
scrollView.autohidesScrollers = true
|
||||
scrollView.borderType = .bezelBorder
|
||||
return scrollView
|
||||
}()
|
||||
|
Loading…
Reference in New Issue
Block a user