aboutsummaryrefslogtreecommitdiff
path: root/TimeHACK.Main/SaveDialogs/NewGameDialog.Designer.cs
diff options
context:
space:
mode:
authorlempamo <[email protected]>2017-07-14 11:29:30 -0500
committerlempamo <[email protected]>2017-07-14 11:29:30 -0500
commitd8adb912b065de9a4d8a4260915332946ac0d96d (patch)
treefaa9e4b447b2ddd60aaa3eee1047c42e1e260e25 /TimeHACK.Main/SaveDialogs/NewGameDialog.Designer.cs
parentc579cf249977c9aa6abef79ef39c6d28960fea6c (diff)
downloadhistacom2-d8adb912b065de9a4d8a4260915332946ac0d96d.tar.gz
histacom2-d8adb912b065de9a4d8a4260915332946ac0d96d.tar.bz2
histacom2-d8adb912b065de9a4d8a4260915332946ac0d96d.zip
did things
Diffstat (limited to 'TimeHACK.Main/SaveDialogs/NewGameDialog.Designer.cs')
-rw-r--r--TimeHACK.Main/SaveDialogs/NewGameDialog.Designer.cs6
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):";
//