Skip to content

Commit

Permalink
fix: arrow margin top
Browse files Browse the repository at this point in the history
  • Loading branch information
emako committed Jul 24, 2024
1 parent d6d8557 commit f615112
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NotifyIcon/ModernToolStripRenderer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ private static void DrawChevronRightArrow(Graphics g, Rectangle rect, Color colo
// Fix size and location of the arrow
rect = new Rectangle(
rect.Left - 9,
rect.Top,
rect.Top + 4,
12,
24
);
Expand Down

0 comments on commit f615112

Please sign in to comment.