diff options
Diffstat (limited to 'TimeHACK.Main/SaveDialogs')
| -rw-r--r-- | TimeHACK.Main/SaveDialogs/NewGameDialog.Designer.cs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/TimeHACK.Main/SaveDialogs/NewGameDialog.Designer.cs b/TimeHACK.Main/SaveDialogs/NewGameDialog.Designer.cs index e8163af..8f899ae 100644 --- a/TimeHACK.Main/SaveDialogs/NewGameDialog.Designer.cs +++ b/TimeHACK.Main/SaveDialogs/NewGameDialog.Designer.cs @@ -39,9 +39,9 @@ // // txtProfName // - this.txtProfName.Location = new System.Drawing.Point(87, 12); + this.txtProfName.Location = new System.Drawing.Point(143, 12); this.txtProfName.Name = "txtProfName"; - this.txtProfName.Size = new System.Drawing.Size(370, 20); + this.txtProfName.Size = new System.Drawing.Size(314, 20); this.txtProfName.TabIndex = 0; // // label1 @@ -49,7 +49,7 @@ this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(12, 15); this.label1.Name = "label1"; - this.label1.Size = new System.Drawing.Size(70, 13); + this.label1.Size = new System.Drawing.Size(125, 13); this.label1.TabIndex = 1; this.label1.Text = "Profile Name (username):"; // |
