Skip to content

Commit 5d21c14

Browse files
committed
macOS: fix reply (x) button position
1 parent bc9bdd2 commit 5d21c14

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

apple/InlineMac/Views/Chat/Compose/ComposeReplyView.swift

+1
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ class ComposeReplyView: NSView {
7171
closeButton.widthAnchor.constraint(equalToConstant: buttonSize),
7272
closeButton.heightAnchor.constraint(equalToConstant: buttonSize),
7373
closeButton.trailingAnchor.constraint(equalTo: trailingAnchor),
74+
closeButton.centerYAnchor.constraint(equalTo: centerYAnchor),
7475

7576
heightConstraint,
7677
])

0 commit comments

Comments
 (0)