Revise DockingTab margins

This commit is contained in:
John Lewin 2017-06-16 23:02:26 -07:00
parent f6e423a81e
commit d40b6f23d3

View file

@ -152,7 +152,7 @@ namespace MatterHackers.MatterControl.CustomWidgets
var optionsText = new GuiWidget(bounds.Width, bounds.Height)
{
DoubleBuffer = true,
Margin = new BorderDouble(3, 10)
Margin = new BorderDouble(3, 6, 3, 0)
};
optionsText.AfterDraw += (s, e) =>
{