Adjust library item progress bar spacing.
This commit is contained in:
parent
d8a154ec50
commit
28509f167c
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue