Adjust library item progress bar spacing.

This commit is contained in:
Kevin E. Pope 2015-09-22 10:30:53 -07:00
parent d8a154ec50
commit 28509f167c

View file

@ -129,7 +129,7 @@ namespace MatterHackers.MatterControl.PrintLibrary
//processingProgressControl.BackgroundColor = RGBA_Bytes.White;
processingProgressControl.VAnchor = VAnchor.ParentBottom;
processingProgressControl.HAnchor = HAnchor.ParentLeft;
processingProgressControl.Margin = new BorderDouble(thumbnailWidth + 3, 3, 3, 3);
processingProgressControl.Margin = new BorderDouble(thumbnailWidth + 6, 3, 3, 3);
processingProgressControl.Visible = false;
this.AddChild(processingProgressControl);
}