1
0
mirror of https://github.com/Toxblh/MTMR.git synced 2026-01-10 17:08:39 +00:00
Fixed bug that margin is lost on all elements
This commit is contained in:
Fedor Zaitsev 2020-05-17 00:22:26 -07:00
parent 60e36759af
commit 997b889abc

View File

@ -26,7 +26,7 @@ class BasicView: NSCustomTouchBarItem, NSGestureRecognizerDelegate {
self.swipeItems = swipeItems
let views = items.compactMap { $0.view }
let stackView = NSStackView(views: views)
stackView.spacing = 1
stackView.spacing = 8
stackView.orientation = .horizontal
view = stackView