diff --git a/NotifyIcon/ModernToolStripRenderer.cs b/NotifyIcon/ModernToolStripRenderer.cs index bab7fcd..9c53d38 100644 --- a/NotifyIcon/ModernToolStripRenderer.cs +++ b/NotifyIcon/ModernToolStripRenderer.cs @@ -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 );