Adding overflow text

Adding tool bar quick buttons
This commit is contained in:
LarsBrubaker 2022-06-19 15:02:05 -07:00
parent e7f22f1895
commit e91decdc12
11 changed files with 243 additions and 125 deletions

View file

@ -47,7 +47,7 @@ namespace MatterHackers.MatterControl
this.WindowTitle = "MatterControl - " + "Markdown Edit".Localize();
this.HeaderText = "Edit Page".Localize() + ":";
var tabControl = new SimpleTabs(theme, new GuiWidget())
var tabControl = new SimpleTabs(theme, null, new GuiWidget())
{
HAnchor = HAnchor.Stretch,
VAnchor = VAnchor.Stretch,