From efccbfe76cf3d4f577f873050a5ec61debde2a8a Mon Sep 17 00:00:00 2001 From: Husky Date: Tue, 6 Jul 2021 21:07:22 +0200 Subject: [PATCH] Revert "Positionen angepasst" s This reverts commit 5e1738d96e30c657e49e8ca6f36d91f6a3c2dd8b. --- SanSystem/frmMain.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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();