Skip to content

Commit

Permalink
.........
Browse files Browse the repository at this point in the history
  • Loading branch information
SDClowen committed Sep 23, 2024
1 parent 839b831 commit 10c7510
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SDUI/Controls/UIWindow.cs
Original file line number Diff line number Diff line change
Expand Up @@ -992,7 +992,7 @@ protected override void OnPaint(PaintEventArgs e)

using var hoverBrush = new SolidBrush(hoverColor);

graphics.FillPath(hoverBrush, new RectangleF(x + 2, measure.Height / 2 - 2, width - 4, measure.Height + 6).Radius(12));
graphics.FillPath(hoverBrush, new RectangleF(x + 2, measure.Height / 2 - 4, width - 4, measure.Height + 6).Radius(8));


//Draw tab headers
Expand Down

0 comments on commit 10c7510

Please sign in to comment.