diff options
| author | lempamo <[email protected]> | 2017-02-26 10:50:03 -0500 |
|---|---|---|
| committer | lempamo <[email protected]> | 2017-02-26 10:50:03 -0500 |
| commit | 875698963306e73b9ebb13401b73934835b9e2f5 (patch) | |
| tree | 964846453f47f777d51e99503a4a5f80377d0e09 /ShiftOS.WinForms/Applications/ShiftLetters.Designer.cs | |
| parent | d1469e5f6b9ce90f30e25bf5b0032d8a92309855 (diff) | |
| parent | e2284a7bc577aa78f1d22c8134b651fcb00147a0 (diff) | |
| download | shiftos_thereturn-875698963306e73b9ebb13401b73934835b9e2f5.tar.gz shiftos_thereturn-875698963306e73b9ebb13401b73934835b9e2f5.tar.bz2 shiftos_thereturn-875698963306e73b9ebb13401b73934835b9e2f5.zip | |
Merge remote-tracking branch 'refs/remotes/shiftos-game/master'
Diffstat (limited to 'ShiftOS.WinForms/Applications/ShiftLetters.Designer.cs')
| -rw-r--r-- | ShiftOS.WinForms/Applications/ShiftLetters.Designer.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ShiftOS.WinForms/Applications/ShiftLetters.Designer.cs b/ShiftOS.WinForms/Applications/ShiftLetters.Designer.cs index 48e77bf..0692244 100644 --- a/ShiftOS.WinForms/Applications/ShiftLetters.Designer.cs +++ b/ShiftOS.WinForms/Applications/ShiftLetters.Designer.cs @@ -68,8 +68,10 @@ namespace ShiftOS.WinForms.Applications this.lblword.RightToLeft = System.Windows.Forms.RightToLeft.No; this.lblword.Size = new System.Drawing.Size(302, 22); this.lblword.TabIndex = 1; + this.lblword.Tag = "header3"; this.lblword.Text = "Choose a wordlist from the box below."; this.lblword.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; + this.lblword.TextChanged += new System.EventHandler(this.lblword_TextChanged); // // tbguess // |
