Linux: Debugger - Fixed edit label form layout
This commit is contained in:
parent
83b50fb418
commit
b211130d5a
1 changed files with 1 additions and 1 deletions
2
GUI.NET/Debugger/frmEditLabel.Designer.cs
generated
2
GUI.NET/Debugger/frmEditLabel.Designer.cs
generated
|
@ -50,7 +50,7 @@
|
|||
//
|
||||
this.tableLayoutPanel1.ColumnCount = 2;
|
||||
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
|
||||
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
|
||||
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
|
||||
this.tableLayoutPanel1.Controls.Add(this.lblLabel, 0, 2);
|
||||
this.tableLayoutPanel1.Controls.Add(this.lblComment, 0, 3);
|
||||
this.tableLayoutPanel1.Controls.Add(this.txtComment, 1, 3);
|
||||
|
|
Loading…
Add table
Reference in a new issue