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

@ -53,7 +53,7 @@ namespace MatterHackers.MatterControl
{
horizontalSplitter.Panel1.BackgroundColor = Color.Black.WithAlpha(12);
var toolbar = new Toolbar(theme)
var toolbar = new Toolbar(theme.TabbarPadding, theme.CreateSmallResetButton())
{
HAnchor = HAnchor.Stretch,
VAnchor = VAnchor.Fit,