mirror of
https://github.com/Ranchero-Software/NetNewsWire.git
synced 2024-12-23 16:20:53 +01:00
Scale button images down so that PDF button images look correct when the small size icons are selected.
This commit is contained in:
parent
505134c971
commit
d397f1627c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user