|
@@ -1512,7 +1512,7 @@ namespace OTSIncAReportGrids
|
|
|
else
|
|
|
{
|
|
|
m_frm_userprogress.Width = (int)(MyPrimaryScreen.DESKTOP.Width / MyPrimaryScreen.ScaleX * 0.9);
|
|
|
- m_frm_userprogress.Location = new Point(ls_main_form.Location.X + 200, ls_main_form.Location.Y + 200 + (int)(MyPrimaryScreen.DESKTOP.Height / MyPrimaryScreen.ScaleX) / 2);
|
|
|
+ m_frm_userprogress.Location = new Point(ls_main_form.Location.X + 80, ls_main_form.Location.Y + (int)(MyPrimaryScreen.DESKTOP.Height / MyPrimaryScreen.ScaleX) / 2);
|
|
|
m_frm_userprogress.Show();
|
|
|
m_frm_userprogress.SetProgressValueAndText(0, "Loading data of particles...");
|
|
|
}
|