working on single window for glfw
This commit is contained in:
parent
6f77515fc6
commit
6320112da3
14 changed files with 20 additions and 342 deletions
|
|
@ -51,7 +51,7 @@ namespace MatterHackers.MatterControl.PartPreviewWindow
|
|||
{ }
|
||||
|
||||
public OverflowBar(ImageBuffer icon, ThemeConfig theme)
|
||||
: base(theme)
|
||||
: base(theme.TabbarPadding, theme.CreateSmallResetButton())
|
||||
{
|
||||
this.theme = theme;
|
||||
|
||||
|
|
|
|||
|
|
@ -129,7 +129,7 @@ namespace MatterHackers.MatterControl.PartPreviewWindow
|
|||
});
|
||||
|
||||
// Add vertical separator
|
||||
this.AddChild(new ToolbarSeparator(theme)
|
||||
this.AddChild(new ToolbarSeparator(theme.GetBorderColor(50), theme.SeparatorMargin)
|
||||
{
|
||||
VAnchor = VAnchor.Absolute,
|
||||
Height = theme.ButtonHeight,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue