From 1efe7346b0ae28ba2c9f95b14260e2e8f1333d23 Mon Sep 17 00:00:00 2001 From: Thorsten Sommer Date: Wed, 20 Jul 2022 20:56:20 +0200 Subject: [PATCH] Changed default size to be full hd & increased height for top panel --- I18N Commander/UI WinForms/Components/Main.Designer.cs | 6 +++--- I18N Commander/UI WinForms/Main.Designer.cs | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/I18N Commander/UI WinForms/Components/Main.Designer.cs b/I18N Commander/UI WinForms/Components/Main.Designer.cs index efcf16a..7822135 100644 --- a/I18N Commander/UI WinForms/Components/Main.Designer.cs +++ b/I18N Commander/UI WinForms/Components/Main.Designer.cs @@ -110,9 +110,9 @@ // splitContainerRTB.Panel1 // this.splitContainerRTB.Panel1.Controls.Add(this.textElements); - this.splitContainerRTB.Panel1MinSize = 240; + this.splitContainerRTB.Panel1MinSize = 340; this.splitContainerRTB.Size = new System.Drawing.Size(636, 531); - this.splitContainerRTB.SplitterDistance = 240; + this.splitContainerRTB.SplitterDistance = 340; this.splitContainerRTB.TabIndex = 0; // // textElements @@ -121,7 +121,7 @@ this.textElements.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point); this.textElements.Location = new System.Drawing.Point(0, 0); this.textElements.Name = "textElements"; - this.textElements.Size = new System.Drawing.Size(634, 238); + this.textElements.Size = new System.Drawing.Size(634, 338); this.textElements.TabIndex = 0; // // Main diff --git a/I18N Commander/UI WinForms/Main.Designer.cs b/I18N Commander/UI WinForms/Main.Designer.cs index 2944fd8..edf901e 100644 --- a/I18N Commander/UI WinForms/Main.Designer.cs +++ b/I18N Commander/UI WinForms/Main.Designer.cs @@ -38,14 +38,14 @@ this.mainComponent.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point); this.mainComponent.Location = new System.Drawing.Point(0, 0); this.mainComponent.Name = "mainComponent"; - this.mainComponent.Size = new System.Drawing.Size(1071, 755); + this.mainComponent.Size = new System.Drawing.Size(1902, 1033); this.mainComponent.TabIndex = 0; // // Main // this.AutoScaleDimensions = new System.Drawing.SizeF(120F, 120F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi; - this.ClientSize = new System.Drawing.Size(1071, 755); + this.ClientSize = new System.Drawing.Size(1902, 1033); this.Controls.Add(this.mainComponent); this.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));