feat: adjusted bluetooth device margins in the popup view (#2092)

This commit is contained in:
Serhiy Mytrovtsiy
2024-08-26 18:26:20 +02:00
parent 5649f24d07
commit 45d571e19f

View File

@@ -80,6 +80,7 @@ internal class BLEView: NSStackView {
self.alignment = .centerY
self.spacing = 0
self.wantsLayer = true
self.edgeInsets = NSEdgeInsets(top: 0, left: 5, bottom: 0, right: 5)
self.layer?.cornerRadius = 2
let nameView: NSTextField = TextView(frame: NSRect(x: 0, y: 0, width: 0, height: 16))