Skip to content

Commit 022bd38

Browse files
committed
moved area series icon slightly lower;
1 parent 7bbccab commit 022bd38

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Controls/Highcharts/SeriesAreaSolid.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ protected override void OnPaint(Graphics g, Rectangle clipRectangle)
5050

5151
protected override void OnPaintIcon(Graphics g, Rectangle clipRectangle)
5252
{
53-
g.uwfFillRectangle(color, clipRectangle.Left + 4, clipRectangle.Top + 4, 8, 8);
53+
g.uwfFillRectangle(color, clipRectangle.Left + 4, clipRectangle.Top + 8, 8, 8);
5454
}
5555
}
5656
}

Controls/Highcharts/SeriesAreaSolidOutline.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ protected override void OnPaint(Graphics g, Rectangle clipRectangle)
101101

102102
protected override void OnPaintIcon(Graphics g, Rectangle clipRectangle)
103103
{
104-
g.uwfFillRectangle(color, clipRectangle.Left + 4, clipRectangle.Top + 4, 8, 8);
104+
g.uwfFillRectangle(color, clipRectangle.Left + 4, clipRectangle.Top + 8, 8, 8);
105105
}
106106
}
107107
}

0 commit comments

Comments
 (0)