From 1c56a4032e86bddc7edfe562075f08caf01a63e8 Mon Sep 17 00:00:00 2001 From: Andrea Date: Wed, 1 Oct 2025 08:13:38 +0200 Subject: [PATCH] Small server main form adjustment --- SamaPager_Server/MainForm.Designer.cs | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/SamaPager_Server/MainForm.Designer.cs b/SamaPager_Server/MainForm.Designer.cs index 7f9f678..c9ca02f 100644 --- a/SamaPager_Server/MainForm.Designer.cs +++ b/SamaPager_Server/MainForm.Designer.cs @@ -72,7 +72,7 @@ this.kryptonPanel1.Dock = System.Windows.Forms.DockStyle.Fill; this.kryptonPanel1.Location = new System.Drawing.Point(0, 0); this.kryptonPanel1.Name = "kryptonPanel1"; - this.kryptonPanel1.Size = new System.Drawing.Size(436, 377); + this.kryptonPanel1.Size = new System.Drawing.Size(423, 377); this.kryptonPanel1.TabIndex = 0; // // logList @@ -80,7 +80,7 @@ this.logList.HorizontalScrollbar = true; this.logList.Location = new System.Drawing.Point(12, 27); this.logList.Name = "logList"; - this.logList.Size = new System.Drawing.Size(400, 322); + this.logList.Size = new System.Drawing.Size(399, 322); this.logList.TabIndex = 4; // // kryptonStatusStrip1 @@ -92,7 +92,7 @@ this.kryptonStatusStrip1.Name = "kryptonStatusStrip1"; this.kryptonStatusStrip1.ProgressBars = null; this.kryptonStatusStrip1.RenderMode = System.Windows.Forms.ToolStripRenderMode.ManagerRenderMode; - this.kryptonStatusStrip1.Size = new System.Drawing.Size(436, 22); + this.kryptonStatusStrip1.Size = new System.Drawing.Size(423, 22); this.kryptonStatusStrip1.TabIndex = 3; this.kryptonStatusStrip1.Text = "kryptonStatusStrip1"; // @@ -110,7 +110,7 @@ this.helpToolStripMenuItem}); this.menuStrip1.Location = new System.Drawing.Point(0, 0); this.menuStrip1.Name = "menuStrip1"; - this.menuStrip1.Size = new System.Drawing.Size(436, 24); + this.menuStrip1.Size = new System.Drawing.Size(423, 24); this.menuStrip1.TabIndex = 0; this.menuStrip1.Text = "menuStrip1"; // @@ -191,7 +191,7 @@ // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; - this.ClientSize = new System.Drawing.Size(436, 377); + this.ClientSize = new System.Drawing.Size(423, 377); this.Controls.Add(this.kryptonPanel1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));