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