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