mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Scale button images down so that PDF button images look correct when the small size icons are selected.
This commit is contained in:
@@ -1299,6 +1299,7 @@ private extension MainWindowController {
|
||||
let button = NSButton()
|
||||
button.bezelStyle = .texturedRounded
|
||||
button.image = image
|
||||
button.imageScaling = .scaleProportionallyDown
|
||||
button.action = Selector((selector))
|
||||
|
||||
toolbarItem.view = button
|
||||
|
||||
Reference in New Issue
Block a user