Skip to content

Commit

Permalink
fix: macos 14 connection dashboard overlap issue
Browse files Browse the repository at this point in the history
  • Loading branch information
yichengchen committed Oct 18, 2023
1 parent e5b191c commit b3234a4
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ class ConnectionTextCellView: NSView, ConnectionCellProtocol {
}

func setupUI() {
clipsToBounds = true
addSubview(label)
label.font = NSFont.systemFont(ofSize: 12)
label.makeConstraints {
Expand Down

0 comments on commit b3234a4

Please sign in to comment.