summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CSharp/Ivy/IvyPPC/IvyDomain.Designer.cs4
1 files changed, 3 insertions, 1 deletions
diff --git a/CSharp/Ivy/IvyPPC/IvyDomain.Designer.cs b/CSharp/Ivy/IvyPPC/IvyDomain.Designer.cs
index 55e6d55..e8ba5d8 100644
--- a/CSharp/Ivy/IvyPPC/IvyDomain.Designer.cs
+++ b/CSharp/Ivy/IvyPPC/IvyDomain.Designer.cs
@@ -39,6 +39,7 @@ namespace IvyBus
this.label1.Location = new System.Drawing.Point(0, 5);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(24, 13);
+ this.label1.TabIndex = 0;
this.label1.Text = "Ivy:";
//
// ivybus
@@ -48,7 +49,7 @@ namespace IvyBus
| System.Windows.Forms.AnchorStyles.Right)));
this.ivybus.Location = new System.Drawing.Point(30, 0);
this.ivybus.Name = "ivybus";
- this.ivybus.Size = new System.Drawing.Size(129, 21);
+ this.ivybus.Size = new System.Drawing.Size(129, 20);
this.ivybus.TabIndex = 2;
this.ivybus.Validated += new System.EventHandler(this.ivybus_Validated);
this.ivybus.Validating += new System.ComponentModel.CancelEventHandler(this.ivybus_Validating);
@@ -61,6 +62,7 @@ namespace IvyBus
this.Name = "IvyDomain";
this.Size = new System.Drawing.Size(159, 22);
this.ResumeLayout(false);
+ this.PerformLayout();
}