Setting ApplyProfile top most

Setting the ApplyProfile to be top most
again since I fixed the latest profile bug
and we need it to work properly again.
This commit is contained in:
Terry MacDonald 2021-05-20 17:43:15 +12:00
parent 77fbec545b
commit d7d6f46492

View File

@ -140,6 +140,7 @@
this.ShowInTaskbar = false;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "DisplayMagician - Please Wait";
this.TopMost = true;
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.ApplyingProfileForm_FormClosing);
this.Load += new System.EventHandler(this.ApplyingProfileForm_Reposition);
this.Shown += new System.EventHandler(this.ApplyingProfileForm_Shown);