From 2eabe7f2b9892537cd8331dee448263f43ba228a Mon Sep 17 00:00:00 2001 From: Andrea Date: Wed, 1 Oct 2025 08:21:41 +0200 Subject: [PATCH] Fixed server tray name mismatch --- 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 c9ca02f..d3fdf72 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(423, 377); + this.kryptonPanel1.Size = new System.Drawing.Size(423, 386); this.kryptonPanel1.TabIndex = 0; // // logList @@ -88,7 +88,7 @@ this.kryptonStatusStrip1.Font = new System.Drawing.Font("Segoe UI", 9F); this.kryptonStatusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.statusLabel}); - this.kryptonStatusStrip1.Location = new System.Drawing.Point(0, 355); + this.kryptonStatusStrip1.Location = new System.Drawing.Point(0, 364); this.kryptonStatusStrip1.Name = "kryptonStatusStrip1"; this.kryptonStatusStrip1.ProgressBars = null; this.kryptonStatusStrip1.RenderMode = System.Windows.Forms.ToolStripRenderMode.ManagerRenderMode; @@ -140,7 +140,7 @@ // infoToolStripMenuItem2 // this.infoToolStripMenuItem2.Name = "infoToolStripMenuItem2"; - this.infoToolStripMenuItem2.Size = new System.Drawing.Size(107, 22); + this.infoToolStripMenuItem2.Size = new System.Drawing.Size(180, 22); this.infoToolStripMenuItem2.Text = "About"; this.infoToolStripMenuItem2.Click += new System.EventHandler(this.infoToolStripMenuItem2_Click); // @@ -161,7 +161,7 @@ // this.notifyIcon1.ContextMenuStrip = this.contextMenuStrip1; this.notifyIcon1.Icon = ((System.Drawing.Icon)(resources.GetObject("notifyIcon1.Icon"))); - this.notifyIcon1.Text = "notifyIcon1"; + this.notifyIcon1.Text = "SamaPager Server"; this.notifyIcon1.Visible = true; // // contextMenuStrip1 @@ -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(423, 377); + this.ClientSize = new System.Drawing.Size(423, 386); this.Controls.Add(this.kryptonPanel1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));