working on single window for glfw

This commit is contained in:
Lars Brubaker 2020-10-19 18:08:15 -07:00
parent 6f77515fc6
commit 6320112da3
14 changed files with 20 additions and 342 deletions

View file

@ -51,7 +51,7 @@ namespace MatterHackers.MatterControl.PartPreviewWindow
{ }
public OverflowBar(ImageBuffer icon, ThemeConfig theme)
: base(theme)
: base(theme.TabbarPadding, theme.CreateSmallResetButton())
{
this.theme = theme;