Scale button images down so that PDF button images look correct when the small size icons are selected.

This commit is contained in:
Maurice Parker 2020-11-09 13:02:46 -06:00
parent 505134c971
commit d397f1627c
1 changed files with 1 additions and 0 deletions

View File

@ -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