Merge branch 'main' of https://github.com/Ranchero-Software/NetNewsWire into main
This commit is contained in:
commit
8dcc2dbc03
|
@ -68,6 +68,7 @@ class ArticleExtractorButton: NSButton {
|
||||||
bezelStyle = .texturedRounded
|
bezelStyle = .texturedRounded
|
||||||
image = AppAssets.articleExtractorOff
|
image = AppAssets.articleExtractorOff
|
||||||
imageScaling = .scaleProportionallyDown
|
imageScaling = .scaleProportionallyDown
|
||||||
|
widthAnchor.constraint(equalTo: heightAnchor).isActive = true
|
||||||
}
|
}
|
||||||
|
|
||||||
override func layout() {
|
override func layout() {
|
||||||
|
|
Loading…
Reference in New Issue