| Index: Source/platform/mac/ThemeMac.mm
|
| diff --git a/Source/platform/mac/ThemeMac.mm b/Source/platform/mac/ThemeMac.mm
|
| index 8bc1a6068761495de414c0996d6e322e2223e6b4..0a3a3a895fc4f5ba315e72a496750cd3fcdbfa7c 100644
|
| --- a/Source/platform/mac/ThemeMac.mm
|
| +++ b/Source/platform/mac/ThemeMac.mm
|
| @@ -493,9 +493,9 @@ static const IntSize* stepperSizes()
|
| static NSControlSize stepperControlSizeForFont(const FontDescription& fontDescription)
|
| {
|
| int fontSize = fontDescription.computedPixelSize();
|
| - if (fontSize >= 18)
|
| + if (fontSize >= 27)
|
| return NSRegularControlSize;
|
| - if (fontSize >= 13)
|
| + if (fontSize >= 22)
|
| return NSSmallControlSize;
|
| return NSMiniControlSize;
|
| }
|
|
|