Changed size of third column
This commit is contained in:
parent
3b99632427
commit
d97b5cd0c1
@ -40,9 +40,8 @@
|
||||
this.tableLayout.ColumnCount = 4;
|
||||
this.tableLayout.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 66F));
|
||||
this.tableLayout.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 250F));
|
||||
this.tableLayout.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 220F));
|
||||
this.tableLayout.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 300F));
|
||||
this.tableLayout.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
|
||||
this.tableLayout.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F));
|
||||
this.tableLayout.Controls.Add(this.labelExplanation, 3, 0);
|
||||
this.tableLayout.Controls.Add(this.labelSettingName, 1, 0);
|
||||
this.tableLayout.Controls.Add(this.labelIcon, 0, 0);
|
||||
@ -59,9 +58,9 @@
|
||||
//
|
||||
this.labelExplanation.AutoSize = true;
|
||||
this.labelExplanation.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.labelExplanation.Location = new System.Drawing.Point(539, 0);
|
||||
this.labelExplanation.Location = new System.Drawing.Point(619, 0);
|
||||
this.labelExplanation.Name = "labelExplanation";
|
||||
this.labelExplanation.Size = new System.Drawing.Size(458, 72);
|
||||
this.labelExplanation.Size = new System.Drawing.Size(378, 72);
|
||||
this.labelExplanation.TabIndex = 1;
|
||||
this.labelExplanation.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
||||
//
|
||||
|
Loading…
Reference in New Issue
Block a user