Adding overflow text
Adding tool bar quick buttons
This commit is contained in:
parent
e7f22f1895
commit
e91decdc12
11 changed files with 243 additions and 125 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue