소스 검색

make a wider border for the setup window.

gsp 4 년 전
부모
커밋
5b91838c9f
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 3 3
      HOZProject/FormHOZMain.cs

+ 3 - 3
HOZProject/FormHOZMain.cs

@@ -523,11 +523,11 @@ namespace HOZProject
             }
             m_FormInit.StartPosition = FormStartPosition.CenterScreen;
             m_FormInit.FormBorderStyle = FormBorderStyle.None;
-            m_FormInit.Width = uControl_Init.Width + 2;
-            m_FormInit.Height = uControl_Init.Height + 2;
+            m_FormInit.Width = uControl_Init.Width + 8;
+            m_FormInit.Height = uControl_Init.Height + 8;
             if (m_FormInit.Controls.Count == 0)
             {
-                uControl_Init.Location = new Point(1,1);
+                uControl_Init.Location = new Point(4,4);
                 m_FormInit.Controls.Add(uControl_Init);
                 
             }