We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc9bdd2 commit 5d21c14Copy full SHA for 5d21c14
apple/InlineMac/Views/Chat/Compose/ComposeReplyView.swift
@@ -71,6 +71,7 @@ class ComposeReplyView: NSView {
71
closeButton.widthAnchor.constraint(equalToConstant: buttonSize),
72
closeButton.heightAnchor.constraint(equalToConstant: buttonSize),
73
closeButton.trailingAnchor.constraint(equalTo: trailingAnchor),
74
+ closeButton.centerYAnchor.constraint(equalTo: centerYAnchor),
75
76
heightConstraint,
77
])
0 commit comments