mirror of
https://github.com/kangyu-california/PersistentWindows.git
synced 2025-05-10 20:45:38 +02:00
recover customized code removed by UI editor
This commit is contained in:
parent
88ae128ae2
commit
655677ce72
1 changed files with 1 additions and 0 deletions
|
@ -85,6 +85,7 @@ namespace PersistentWindows.SystrayShell
|
|||
this.MaximizeBox = false;
|
||||
this.MinimizeBox = false;
|
||||
this.Name = "SplashForm";
|
||||
this.Icon = Program.IdleIcon;
|
||||
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
||||
this.Load += new System.EventHandler(this.SplashForm_Load);
|
||||
this.ResumeLayout(false);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue