diff --git a/src/EPPlus/Core/AutofitHelper.cs b/src/EPPlus/Core/AutofitHelper.cs index 27b643320..73a57e447 100644 --- a/src/EPPlus/Core/AutofitHelper.cs +++ b/src/EPPlus/Core/AutofitHelper.cs @@ -24,7 +24,7 @@ namespace OfficeOpenXml.Core internal class AutofitHelper { // Approximate width in pixels (at 96 DPI) of the autofilter dropdown arrow rendered by Excel. - private const double AutoFilterArrowWidthPixels = 15d; + private const double AutoFilterArrowWidthPixels = 19d; private ExcelRangeBase _range; ITextMeasurer _genericMeasurer = new GenericFontMetricsTextMeasurer(); MeasurementFont _nonExistingFont = new MeasurementFont() { FontFamily = FontSize.NonExistingFont };