reverted image scalilng to prevent wrongfully upscaling

This commit is contained in:
Michael Starke
2018-02-15 23:00:15 +01:00
parent 8b60ae4242
commit ad6c501fef

View File

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