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
|
||||
image = AppAssets.articleExtractorOff
|
||||
imageScaling = .scaleProportionallyDown
|
||||
widthAnchor.constraint(equalTo: heightAnchor).isActive = true
|
||||
}
|
||||
|
||||
override func layout() {
|
||||
|
|
Loading…
Reference in New Issue