From b3234a4cc7b3d487eccabce215b41633280311f8 Mon Sep 17 00:00:00 2001 From: yicheng <11733500+yichengchen@users.noreply.github.com> Date: Wed, 18 Oct 2023 11:12:22 +0800 Subject: [PATCH] fix: macos 14 connection dashboard overlap issue --- .../Connections/Views/Cell/ConnectionTextCellView.swift | 1 + 1 file changed, 1 insertion(+) diff --git a/ClashX/ViewControllers/Connections/Views/Cell/ConnectionTextCellView.swift b/ClashX/ViewControllers/Connections/Views/Cell/ConnectionTextCellView.swift index 9f8004f97..e377be807 100644 --- a/ClashX/ViewControllers/Connections/Views/Cell/ConnectionTextCellView.swift +++ b/ClashX/ViewControllers/Connections/Views/Cell/ConnectionTextCellView.swift @@ -24,6 +24,7 @@ class ConnectionTextCellView: NSView, ConnectionCellProtocol { } func setupUI() { + clipsToBounds = true addSubview(label) label.font = NSFont.systemFont(ofSize: 12) label.makeConstraints {