mirror of
https://github.com/morgan9e/macos-stats
synced 2026-04-14 00:04:15 +09:00
feat: adjusted bluetooth device margins in the popup view (#2092)
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user