mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-14 02:22:28 +00:00
reverted image scalilng to prevent wrongfully upscaling
This commit is contained in:
@@ -110,7 +110,7 @@ NSString *const MPToolbarItemHistory = @"TOOLBAR_HISTORY";
|
|||||||
popupButton.bezelStyle = NSTexturedRoundedBezelStyle;
|
popupButton.bezelStyle = NSTexturedRoundedBezelStyle;
|
||||||
popupButton.focusRingType = NSFocusRingTypeNone;
|
popupButton.focusRingType = NSFocusRingTypeNone;
|
||||||
popupButton.title = @"";
|
popupButton.title = @"";
|
||||||
popupButton.imageScaling = NSImageScaleProportionallyUpOrDown;
|
popupButton.imageScaling = NSImageScaleProportionallyDown;
|
||||||
[popupButton sizeToFit];
|
[popupButton sizeToFit];
|
||||||
|
|
||||||
NSRect newFrame = popupButton.frame;
|
NSRect newFrame = popupButton.frame;
|
||||||
|
|||||||
Reference in New Issue
Block a user