diff options
| author | lempamo <[email protected]> | 2017-02-25 20:30:13 -0500 |
|---|---|---|
| committer | lempamo <[email protected]> | 2017-02-25 20:30:13 -0500 |
| commit | 8c679e4650b98890902fbbe0e7c348b02f9e6cf3 (patch) | |
| tree | 3c0a7567e7efe3e05be478cf4f44709f5136c06f | |
| parent | b2bd8eb462f222db64efbc729c6ce2cfb5b65d61 (diff) | |
| download | shiftos_thereturn-8c679e4650b98890902fbbe0e7c348b02f9e6cf3.tar.gz shiftos_thereturn-8c679e4650b98890902fbbe0e7c348b02f9e6cf3.tar.bz2 shiftos_thereturn-8c679e4650b98890902fbbe0e7c348b02f9e6cf3.zip | |
forgot this
| -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 9e79181..928ff82 100644 --- a/ShiftOS.WinForms/Applications/ShiftLetters.Designer.cs +++ b/ShiftOS.WinForms/Applications/ShiftLetters.Designer.cs @@ -84,7 +84,9 @@ namespace ShiftOS.WinForms.Applications this.lbllives.Anchor = System.Windows.Forms.AnchorStyles.None; this.lbllives.Location = new System.Drawing.Point(9, 201); this.lbllives.Name = "lbllives"; + this.lbllives.Size = new System.Drawing.Size(310, 13); this.lbllives.TabIndex = 3; + this.lbllives.Text = "To play, guess numbers and letters by typing in the box."; this.lbllives.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // btnrestart |
