mirror of
https://github.com/Toxblh/MTMR.git
synced 2026-01-11 17:38:38 +00:00
Merge branch 'master' of https://github.com/ad/MTMR
This commit is contained in:
commit
a648402d04
@ -10,7 +10,7 @@ class ScrollViewItem: NSCustomTouchBarItem {
|
||||
stackView.orientation = .horizontal
|
||||
let scrollView = NSScrollView(frame: CGRect(origin: .zero, size: stackView.fittingSize))
|
||||
scrollView.documentView = stackView
|
||||
scrollView.documentView?.bounds.origin = CGPoint(x: 0.0, y: -5.5)
|
||||
scrollView.documentView?.bounds.origin = CGPoint(x: 0.0, y: -2.5)
|
||||
self.view = scrollView
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user