Skip to content
This repository was archived by the owner on Nov 19, 2019. It is now read-only.

Commit 4970141

Browse files
author
Frank Dowsett
committed
AdiumTabStyle: Scale the icon for the maximum width allowed.
1 parent 876063b commit 4970141

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/PSMAdiumTabStyle.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@ - (NSRect)iconRectForBounds:(NSRect)theRect ofTabCell:(PSMTabBarCell *)cell {
311311

312312
NSSize iconSize = [icon size];
313313

314-
NSSize scaledIconSize = [cell scaleImageWithSize:iconSize toFitInSize:NSMakeSize(iconSize.width, drawingRect.size.height) scalingType:NSImageScaleProportionallyDown];
314+
NSSize scaledIconSize = [cell scaleImageWithSize:iconSize toFitInSize:NSMakeSize(kPSMTabBarIconWidth, iconSize.height) scalingType:NSImageScaleProportionallyDown];
315315

316316
NSRect result;
317317
if (orientation == PSMTabBarHorizontalOrientation) {

0 commit comments

Comments
 (0)