aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS.WinForms/Applications/ShiftLetters.cs
diff options
context:
space:
mode:
authorMichael <[email protected]>2017-02-26 10:24:27 -0500
committerMichael <[email protected]>2017-02-26 10:24:27 -0500
commit78a5a4281cde2105e59164890caa949ef7617510 (patch)
treeb5f94118ba35eb746f9105d08b915a876d98f8e8 /ShiftOS.WinForms/Applications/ShiftLetters.cs
parent8d72f2c4d4ac742f942262159b5195bb44875846 (diff)
downloadshiftos_thereturn-78a5a4281cde2105e59164890caa949ef7617510.tar.gz
shiftos_thereturn-78a5a4281cde2105e59164890caa949ef7617510.tar.bz2
shiftos_thereturn-78a5a4281cde2105e59164890caa949ef7617510.zip
more beta 1.2 stuff
Diffstat (limited to 'ShiftOS.WinForms/Applications/ShiftLetters.cs')
-rw-r--r--ShiftOS.WinForms/Applications/ShiftLetters.cs3
1 files changed, 2 insertions, 1 deletions
diff --git a/ShiftOS.WinForms/Applications/ShiftLetters.cs b/ShiftOS.WinForms/Applications/ShiftLetters.cs
index e4adde2..6547d8d 100644
--- a/ShiftOS.WinForms/Applications/ShiftLetters.cs
+++ b/ShiftOS.WinForms/Applications/ShiftLetters.cs
@@ -177,6 +177,7 @@ namespace ShiftOS.WinForms.Applications
if (ShiftoriumFrontend.UpgradeInstalled("sl_contributors_wordlist")) comboBox1.Items.Add("Contributors");
if (Shiftorium.UpgradeInstalled("sl_operating_systems_wordlist")) comboBox1.Items.Add("Operating Systems");
btnrestart.Visible = true;
+ lblword.Left = (this.Width - lblword.Width) / 2;
}
public void OnUpgrade()
@@ -191,7 +192,7 @@ namespace ShiftOS.WinForms.Applications
public void OnSkinLoad()
{
-
+ lblword.Left = (this.Width - lblword.Width) / 2;
}
string lastword = "";