Revise DockingTab margins
This commit is contained in:
parent
f6e423a81e
commit
d40b6f23d3
1 changed files with 1 additions and 1 deletions
|
|
@ -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) =>
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue