From 28509f167cfb5969096dfd47248da7e17b5f2d4a Mon Sep 17 00:00:00 2001 From: "Kevin E. Pope" Date: Tue, 22 Sep 2015 10:30:53 -0700 Subject: [PATCH] Adjust library item progress bar spacing. --- Library/LibraryRowItemPart.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/LibraryRowItemPart.cs b/Library/LibraryRowItemPart.cs index acaec48bf..4f2fb7854 100644 --- a/Library/LibraryRowItemPart.cs +++ b/Library/LibraryRowItemPart.cs @@ -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); }