fix: macos 14 connection dashboard overlap issue

This commit is contained in:
yicheng 2023-10-18 11:12:22 +08:00
parent e5b191c9e7
commit b3234a4cc7

View File

@ -24,6 +24,7 @@ class ConnectionTextCellView: NSView, ConnectionCellProtocol {
}
func setupUI() {
clipsToBounds = true
addSubview(label)
label.font = NSFont.systemFont(ofSize: 12)
label.makeConstraints {