mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Make the reader view button have a larger hitbox
This commit is contained in:
@@ -33,6 +33,7 @@ class ArticleViewController: UIViewController {
|
||||
|
||||
private var articleExtractorButton: ArticleExtractorButton = {
|
||||
let button = ArticleExtractorButton(type: .system)
|
||||
button.frame = CGRect(x: 0, y: 0, width: 44.0, height: 44.0)
|
||||
button.setImage(AppAssets.articleExtractorOff, for: .normal)
|
||||
return button
|
||||
}()
|
||||
|
||||
Reference in New Issue
Block a user