From 5e1738d96e30c657e49e8ca6f36d91f6a3c2dd8b Mon Sep 17 00:00:00 2001 From: HuskyTeufel Date: Sat, 22 May 2021 11:00:57 +0200 Subject: [PATCH] Positionen angepasst --- SanSystem/frmMain.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SanSystem/frmMain.cs b/SanSystem/frmMain.cs index 91b725d..412e024 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 - 05, 0); + frmLinerReste.Location = new Point(this.Width - frmLinerReste.Width - 22, 0); frmLinerReste.Show(); frmInfo frmInfo = new frmInfo(); frmInfo.MdiParent = this; - frmInfo.Location = new Point(this.Width - frmInfo.Width - 05, this.Height - frmInfo.Height-80); + frmInfo.Location = new Point(this.Width - frmInfo.Width - 22, this.Height - frmInfo.Height-100); frmInfo.Show();