From d97b5cd0c11ac47627bd707e313470fd12fcab0b Mon Sep 17 00:00:00 2001 From: Thorsten Sommer Date: Sat, 30 Jul 2022 15:49:02 +0200 Subject: [PATCH] Changed size of third column --- I18N Commander/UI WinForms/Components/Setting.Designer.cs | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/I18N Commander/UI WinForms/Components/Setting.Designer.cs b/I18N Commander/UI WinForms/Components/Setting.Designer.cs index d78d7dd..50e35a5 100644 --- a/I18N Commander/UI WinForms/Components/Setting.Designer.cs +++ b/I18N Commander/UI WinForms/Components/Setting.Designer.cs @@ -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; //