Explorar o código

make a wider border for the setup window.

gsp %!s(int64=4) %!d(string=hai) anos
pai
achega
5b91838c9f
Modificáronse 1 ficheiros con 3 adicións e 3 borrados
  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);
                 
             }