Remove bottom margins

This commit is contained in:
John Lewin 2018-04-12 23:08:34 -07:00
parent 63c414adc4
commit 8a35b89501
2 changed files with 1 additions and 5 deletions

View file

@ -140,10 +140,7 @@ namespace MatterHackers.MatterControl.PartPreviewWindow
"Color View".Localize(),
theme,
optionalControls: buttonPanel,
enforceGutter: false)
{
Margin = new BorderDouble(bottom: 2)
});
enforceGutter: false));
buttonPanel = new FlowLayoutWidget()
{

View file

@ -136,7 +136,6 @@ namespace MatterHackers.MatterControl.PartPreviewWindow
theme,
enforceGutter: false)
{
Margin = new BorderDouble(bottom: 2),
Border = 0
});