diff options
| author | william341 <[email protected]> | 2017-05-06 18:50:37 -0700 |
|---|---|---|
| committer | william341 <[email protected]> | 2017-05-06 18:50:37 -0700 |
| commit | 57c8eb390411d28f3a6c80ce6abf5f3aa06e4d29 (patch) | |
| tree | df6200145d045bd755052f05f6aca73bade2f820 /ShiftOS.WinForms/GUILogin.cs | |
| parent | 5fbf30dbc0350fe805686e4299604225f5bc4739 (diff) | |
| download | shiftos_thereturn-57c8eb390411d28f3a6c80ce6abf5f3aa06e4d29.tar.gz shiftos_thereturn-57c8eb390411d28f3a6c80ce6abf5f3aa06e4d29.tar.bz2 shiftos_thereturn-57c8eb390411d28f3a6c80ce6abf5f3aa06e4d29.zip | |
gahhhh they were just slightly offcenter and it triggers me
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"); |
