diff --git a/SanSystem/frmMain.cs b/SanSystem/frmMain.cs index 1fab65b..3c99c25 100644 --- a/SanSystem/frmMain.cs +++ b/SanSystem/frmMain.cs @@ -75,14 +75,14 @@ namespace SanSystem FrmLinerReste frmLinerReste = new FrmLinerReste(); frmLinerReste.MdiParent = this; - frmLinerReste.Location = new Point(this.Width - frmLinerReste.Width - 22, 0); + frmLinerReste.Location = new Point(this.Width - frmLinerReste.Width - 05, 0); frmLinerReste.Show(); frmInfo frmInfo = new frmInfo(); frmInfo.MdiParent = this; - frmInfo.Location = new Point(this.Width - frmInfo.Width - 22, this.Height - frmInfo.Height-100); + frmInfo.Location = new Point(this.Width - frmInfo.Width - 05, this.Height - frmInfo.Height-80); frmInfo.Show();