layout
This commit is contained in:
parent
dca3b4edf2
commit
6e4ac4ec60
1 changed files with 4 additions and 2 deletions
|
|
@ -453,7 +453,8 @@ namespace MatterHackers.MatterControl.SlicerConfiguration
|
||||||
{
|
{
|
||||||
Padding = PopupMenu.MenuPadding,
|
Padding = PopupMenu.MenuPadding,
|
||||||
VAnchor = VAnchor.Center,
|
VAnchor = VAnchor.Center,
|
||||||
};
|
Margin = new BorderDouble(8, 1),
|
||||||
|
};
|
||||||
|
|
||||||
return popupMenu.CreateButtonSelectMenuItem(textWidget, text, buttonKvps, startingValue, setter, minSpacerWidth);
|
return popupMenu.CreateButtonSelectMenuItem(textWidget, text, buttonKvps, startingValue, setter, minSpacerWidth);
|
||||||
}
|
}
|
||||||
|
|
@ -468,7 +469,8 @@ namespace MatterHackers.MatterControl.SlicerConfiguration
|
||||||
{
|
{
|
||||||
Padding = PopupMenu.MenuPadding,
|
Padding = PopupMenu.MenuPadding,
|
||||||
VAnchor = VAnchor.Center,
|
VAnchor = VAnchor.Center,
|
||||||
};
|
Margin = new BorderDouble(8, 1),
|
||||||
|
};
|
||||||
|
|
||||||
return popupMenu.CreateButtonMenuItem(textWidget, text, buttonKvps, minSpacerWidth);
|
return popupMenu.CreateButtonMenuItem(textWidget, text, buttonKvps, minSpacerWidth);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue