瀏覽代碼

修正颗粒列表进度条位置

cxs 2 年之前
父節點
當前提交
386e274eab
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      OTSIncAReportApp/1-UI/Control_Grids/ParticlesGridDevidePage.cs

+ 1 - 1
OTSIncAReportApp/1-UI/Control_Grids/ParticlesGridDevidePage.cs

@@ -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...");
             }