mirror of
https://github.com/ShiftOS-Rewind/ShiftOS.git
synced 2025-01-22 17:52:15 +00:00
Merge branch 'master' of https://github.com/ShiftOS-Rewind/ShiftOS
This commit is contained in:
commit
8c95325ac4
3 changed files with 4 additions and 2 deletions
|
@ -107,6 +107,8 @@ namespace ShiftOS.Engine.WindowManager
|
|||
extensions.OnLoaded(app);
|
||||
}
|
||||
|
||||
app.TopMost = true;
|
||||
|
||||
return app;
|
||||
}
|
||||
|
||||
|
|
|
@ -229,7 +229,7 @@
|
|||
this.Controls.Add(this.program);
|
||||
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
|
||||
this.Name = "ShiftWindow";
|
||||
this.Text = "c";
|
||||
this.Text = "Application Title";
|
||||
this.program.ResumeLayout(false);
|
||||
this.titleBar.ResumeLayout(false);
|
||||
this.titleBar.PerformLayout();
|
||||
|
|
Loading…
Reference in a new issue