get rid of bad close button
issue: MatterHackers/MCCentral#6165 Help display has close button under edit button
This commit is contained in:
parent
7f7f092393
commit
2fa2883667
2 changed files with 2 additions and 2 deletions
|
|
@ -53,7 +53,7 @@ namespace MatterHackers.MatterControl
|
|||
{
|
||||
horizontalSplitter.Panel1.BackgroundColor = Color.Black.WithAlpha(12);
|
||||
|
||||
var toolbar = new Toolbar(theme.TabbarPadding, theme.CreateSmallResetButton())
|
||||
var toolbar = new Toolbar(theme.TabbarPadding)
|
||||
{
|
||||
HAnchor = HAnchor.Stretch,
|
||||
VAnchor = VAnchor.Fit,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue