From ad6c501fef502aa21ee610da2418f7c52e1c1147 Mon Sep 17 00:00:00 2001 From: Michael Starke Date: Thu, 15 Feb 2018 23:00:15 +0100 Subject: [PATCH] reverted image scalilng to prevent wrongfully upscaling --- MacPass/MPToolbarDelegate.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MacPass/MPToolbarDelegate.m b/MacPass/MPToolbarDelegate.m index df0418e0..d13eacfa 100644 --- a/MacPass/MPToolbarDelegate.m +++ b/MacPass/MPToolbarDelegate.m @@ -110,7 +110,7 @@ NSString *const MPToolbarItemHistory = @"TOOLBAR_HISTORY"; popupButton.bezelStyle = NSTexturedRoundedBezelStyle; popupButton.focusRingType = NSFocusRingTypeNone; popupButton.title = @""; - popupButton.imageScaling = NSImageScaleProportionallyUpOrDown; + popupButton.imageScaling = NSImageScaleProportionallyDown; [popupButton sizeToFit]; NSRect newFrame = popupButton.frame;