mirror of
https://github.com/terrymacdonald/DisplayMagician.git
synced 2024-08-30 18:32:20 +00:00
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:
parent
77fbec545b
commit
d7d6f46492
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user