Add width constraint to extractor button so that it doesn't move around on the most recent Big Sur beta's
This commit is contained in:
parent
4c9f388128
commit
fe39863858
|
@ -68,6 +68,7 @@ class ArticleExtractorButton: NSButton {
|
|||
bezelStyle = .texturedRounded
|
||||
image = AppAssets.articleExtractorOff
|
||||
imageScaling = .scaleProportionallyDown
|
||||
widthAnchor.constraint(equalTo: heightAnchor).isActive = true
|
||||
}
|
||||
|
||||
override func layout() {
|
||||
|
|
Loading…
Reference in New Issue