fixing tests
This commit is contained in:
parent
6a8a438718
commit
c66d6d44db
4 changed files with 12 additions and 10 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue