fixing tests

This commit is contained in:
LarsBrubaker 2020-05-16 08:34:06 -07:00
parent 6a8a438718
commit c66d6d44db
4 changed files with 12 additions and 10 deletions

View file

@ -646,7 +646,8 @@ namespace MatterHackers.MatterControl.PartPreviewWindow
{
HAnchor = HAnchor.Center,
Height = 200 * DeviceScale,
Width = 200 * DeviceScale
Width = 200 * DeviceScale,
Name = "Print Progress Dial"
};
progressContainer.AddChild(progressDial);