Better alignment of Markdown content

This commit is contained in:
LarsBrubaker 2020-05-14 21:58:34 -07:00
parent 47771e6c19
commit 9d78b15695
3 changed files with 21 additions and 3 deletions

View file

@ -53,7 +53,7 @@ namespace MatterHackers.MatterControl.CustomWidgets
VAnchor = VAnchor.Center,
AutoExpandBoundsToText = true,
EllipsisIfClipped = true,
Margin = new BorderDouble(left: 5)
Margin = new BorderDouble(left: 3)
};
this.AddChild(titleText);