Render ChromeTab overlapping edges
- MatterHackers/MCCentral#4451 Improve tab visuals
This commit is contained in:
parent
5d23a58637
commit
b7029129c5
1 changed files with 2 additions and 0 deletions
|
|
@ -637,6 +637,8 @@ namespace MatterHackers.MatterControl.PartPreviewWindow
|
|||
tabLeft.LineTo(rect.Left + tabInsetDistance, rect.Bottom);
|
||||
tabLeft.LineTo(rect.Left, rect.Bottom);
|
||||
|
||||
graphics2D.Line(rect.Left, rect.YCenter, rect.Left + tabInsetDistance, rect.Bottom, AppContext.Theme.MinimalShade, 1.3);
|
||||
|
||||
graphics2D.Render(tabLeft, color);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue