mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-13 19:22:25 +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.focusRingType = NSFocusRingTypeNone;
|
||||
popupButton.title = @"";
|
||||
popupButton.imageScaling = NSImageScaleProportionallyUpOrDown;
|
||||
popupButton.imageScaling = NSImageScaleProportionallyDown;
|
||||
[popupButton sizeToFit];
|
||||
|
||||
NSRect newFrame = popupButton.frame;
|
||||
|
||||
Reference in New Issue
Block a user