diff --git a/src/com/fsck/k9/view/ColorChip.java b/src/com/fsck/k9/view/ColorChip.java index c9217a93e..3dcbeddc7 100644 --- a/src/com/fsck/k9/view/ColorChip.java +++ b/src/com/fsck/k9/view/ColorChip.java @@ -67,7 +67,7 @@ public class ColorChip { mDrawable = new ShapeDrawable(new PathShape(shape, 320f, 320f)); } if (shape.equals(CHECKMARK)) { - mDrawable.getPaint().setStrokeWidth(30); + mDrawable.getPaint().setStrokeWidth(50); } else { mDrawable.getPaint().setStrokeWidth(20); }