Show-InstallationProgress ui placement

Anyone else noticing that when the Show-InstallationProgress window pops up it does NOT show up centered on the screen?

I have made this change in AppDeployToolKitMain.ps1 ~ line 7023

From this $xamlProgress.Window.Top = [string]($screenHeight / 9.5) to this $xamlProgress.Window.Top = [string]($screenHeight / 3.2)

and now its always centered top to bottom.

Reviving the old thread just so I can say that:
This will be changed in the next release. The placement was intentional. Not a bug.