From 57c8eb390411d28f3a6c80ce6abf5f3aa06e4d29 Mon Sep 17 00:00:00 2001 From: william341 Date: Sat, 6 May 2017 18:50:37 -0700 Subject: gahhhh they were just slightly offcenter and it triggers me --- ShiftOS.WinForms/GUILogin.cs | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ShiftOS.WinForms/GUILogin.cs') diff --git a/ShiftOS.WinForms/GUILogin.cs b/ShiftOS.WinForms/GUILogin.cs index 66ff06d..078061c 100644 --- a/ShiftOS.WinForms/GUILogin.cs +++ b/ShiftOS.WinForms/GUILogin.cs @@ -44,6 +44,11 @@ namespace ShiftOS.WinForms ControlManager.SetupControls(pnlloginform); ControlManager.SetupControl(btnshutdown); pnlloginform.CenterParent(); + txtusername.CenterParent(); + txtusername.Location = new System.Drawing.Point(txtusername.Location.X, 77); + txtpassword.CenterParent(); + btnlogin.CenterParent(); + btnlogin.Location = new System.Drawing.Point(btnlogin.Location.X, 143); this.BackColor = SkinEngine.LoadedSkin.LoginScreenColor; this.BackgroundImage = SkinEngine.GetImage("login"); this.BackgroundImageLayout = SkinEngine.GetImageLayout("login"); -- cgit v1.2.3