diff options
Diffstat (limited to 'ShiftOS.WinForms/GUILogin.cs')
| -rw-r--r-- | ShiftOS.WinForms/GUILogin.cs | 5 |
1 files changed, 5 insertions, 0 deletions
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"); |
