From 608b06e2720e4db8ff497cdb96b82ad4f16665c7 Mon Sep 17 00:00:00 2001 From: MgAl2O4 <51430403+MgAl2O4@users.noreply.github.com> Date: Sun, 2 May 2021 20:35:46 -0400 Subject: [PATCH] fixed Z order --- SINoCOLO/MainForm.Designer.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SINoCOLO/MainForm.Designer.cs b/SINoCOLO/MainForm.Designer.cs index 03c9fba..24de201 100644 --- a/SINoCOLO/MainForm.Designer.cs +++ b/SINoCOLO/MainForm.Designer.cs @@ -226,12 +226,12 @@ private void InitializeComponent() this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(678, 695); - this.Controls.Add(this.labelUpdateNotify); this.Controls.Add(this.textBoxDetails); this.Controls.Add(this.labelScreenshotFailed); this.Controls.Add(this.buttonDetails); this.Controls.Add(this.pictureBoxAnalyzed); this.Controls.Add(this.panelStatus); + this.Controls.Add(this.labelUpdateNotify); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MaximizeBox = false; this.MinimumSize = new System.Drawing.Size(380, 130);