Remove header from help page

- Issue MatterHackers/MCCentral#5670
Migrate Mouse/Keys tabs to help articles
This commit is contained in:
jlewin 2019-06-10 14:26:46 -07:00
parent 1f39fac4af
commit adc28498c9

View file

@ -64,7 +64,7 @@ namespace MatterHackers.MatterControl
this.guideKey = guideKey;
this.WindowTitle = "MatterControl " + "Help".Localize();
this.HeaderText = "How to succeed with MatterControl".Localize();
this.headerRow.Visible = false;
this.ChildBorderColor = theme.BorderColor40;
contentRow.Padding = 0;