# HG changeset patch # User bsmith@81767d24-ef19-dc11-ae90-00e081727c95 # Date 1309372439 0 # Node ID 25707e9f5ad148027a3979bbbccd614e23f1e1a3 # Parent 0fc7387abfd18aa11ea05340d43fac98927be8ce Reverted the image scaling on buttons on Mac so it remains consistent on other platforms. Leaving the code in commented out for future use. diff -r 0fc7387abfd1 -r 25707e9f5ad1 mac/dw.m --- a/mac/dw.m Wed Jun 29 18:29:01 2011 +0000 +++ b/mac/dw.m Wed Jun 29 18:33:59 2011 +0000 @@ -3342,7 +3342,8 @@ [button setTag:cid]; [button setButtonType:NSMomentaryPushInButton]; [button setBezelStyle:NSThickerSquareBezelStyle]; - [[button cell] setImageScaling:NSImageScaleProportionallyDown]; + /* TODO: Reenable scaling in the future if it is possible on other platforms. + [[button cell] setImageScaling:NSImageScaleProportionallyDown]; */ if(DWDefaultFont) { [[button cell] setFont:DWDefaultFont];