diff options
| author | AShifter <[email protected]> | 2017-11-22 10:07:50 -0700 |
|---|---|---|
| committer | AShifter <[email protected]> | 2017-11-22 10:07:50 -0700 |
| commit | c84709a48624714a16a5a0b4f3bbb38842d1b978 (patch) | |
| tree | bcf8074be1c260c3bde18652917cc0842ebd3683 /ShiftOS.Engine/WindowManager/ShiftWindow.Designer.cs | |
| parent | 277d5c79e703a287ff11b990822b66e180cd1253 (diff) | |
| download | shiftos-rewind-c84709a48624714a16a5a0b4f3bbb38842d1b978.tar.gz shiftos-rewind-c84709a48624714a16a5a0b4f3bbb38842d1b978.tar.bz2 shiftos-rewind-c84709a48624714a16a5a0b4f3bbb38842d1b978.zip | |
A proper stacking WM
Windows don't fall behind the desktop - I'm happy.
Diffstat (limited to 'ShiftOS.Engine/WindowManager/ShiftWindow.Designer.cs')
| -rw-r--r-- | ShiftOS.Engine/WindowManager/ShiftWindow.Designer.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ShiftOS.Engine/WindowManager/ShiftWindow.Designer.cs b/ShiftOS.Engine/WindowManager/ShiftWindow.Designer.cs index df479ba..d3ffc19 100644 --- a/ShiftOS.Engine/WindowManager/ShiftWindow.Designer.cs +++ b/ShiftOS.Engine/WindowManager/ShiftWindow.Designer.cs @@ -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(); |
