fix: macos 14 connection dashboard overlap issue
This commit is contained in:
parent
e5b191c9e7
commit
b3234a4cc7
@ -24,6 +24,7 @@ class ConnectionTextCellView: NSView, ConnectionCellProtocol {
|
||||
}
|
||||
|
||||
func setupUI() {
|
||||
clipsToBounds = true
|
||||
addSubview(label)
|
||||
label.font = NSFont.systemFont(ofSize: 12)
|
||||
label.makeConstraints {
|
||||
|
Loading…
Reference in New Issue
Block a user