From 404aba91058a2bff531d120c67cda09cfd5ff9a4 Mon Sep 17 00:00:00 2001 From: deadmoon Date: Sun, 13 Feb 2022 11:00:06 +0200 Subject: [PATCH] Update AnalyzedForm.Designer.cs --- Hashing/Forms/AnalyzedForm.Designer.cs | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Hashing/Forms/AnalyzedForm.Designer.cs b/Hashing/Forms/AnalyzedForm.Designer.cs index 0230c34..58d397c 100644 --- a/Hashing/Forms/AnalyzedForm.Designer.cs +++ b/Hashing/Forms/AnalyzedForm.Designer.cs @@ -44,7 +44,7 @@ private void InitializeComponent() this.listFiles.Location = new System.Drawing.Point(0, 0); this.listFiles.Margin = new System.Windows.Forms.Padding(2); this.listFiles.Name = "listFiles"; - this.listFiles.Size = new System.Drawing.Size(590, 404); + this.listFiles.Size = new System.Drawing.Size(628, 431); this.listFiles.TabIndex = 0; // // AnalyzedForm @@ -52,11 +52,10 @@ private void InitializeComponent() this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi; this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20))))); - this.ClientSize = new System.Drawing.Size(590, 404); + this.ClientSize = new System.Drawing.Size(628, 431); this.Controls.Add(this.listFiles); this.Font = new System.Drawing.Font("Segoe UI Semibold", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.ForeColor = System.Drawing.Color.White; - this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.Margin = new System.Windows.Forms.Padding(2); this.Name = "AnalyzedForm"; this.ShowIcon = false;