Improve help tab styling, fix close button
- Issue MatterHackers/MCCentral#5699 Improve search
This commit is contained in:
parent
32973df103
commit
21afd2920b
1 changed files with 4 additions and 3 deletions
|
|
@ -3296,11 +3296,12 @@ Support and tutorials:
|
|||
VAnchor = VAnchor.Stretch
|
||||
};
|
||||
|
||||
helpDocsTab = new ChromeTab("HelpDocs", "Help".Localize(), tabControl, helpTreePanel, theme)
|
||||
var icon = AggContext.StaticData.LoadIcon("help_page.png", 16, 16, theme.InvertIcons);
|
||||
|
||||
helpDocsTab = new ChromeTab("HelpDocs", "Help".Localize(), tabControl, helpTreePanel, theme, icon)
|
||||
{
|
||||
MinimumSize = new Vector2(0, theme.TabButtonHeight),
|
||||
Name = "Library Tab",
|
||||
Padding = new BorderDouble(15, 0),
|
||||
Name = "Help Tab",
|
||||
};
|
||||
|
||||
tabControl.AddTab(helpDocsTab);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue