aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS.Main
diff options
context:
space:
mode:
authorAShifter <[email protected]>2017-11-22 10:07:50 -0700
committerAShifter <[email protected]>2017-11-22 10:07:50 -0700
commitc84709a48624714a16a5a0b4f3bbb38842d1b978 (patch)
treebcf8074be1c260c3bde18652917cc0842ebd3683 /ShiftOS.Main
parent277d5c79e703a287ff11b990822b66e180cd1253 (diff)
downloadshiftos-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.Main')
-rw-r--r--ShiftOS.Main/ShiftOS/Desktop.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/ShiftOS.Main/ShiftOS/Desktop.cs b/ShiftOS.Main/ShiftOS/Desktop.cs
index c61dea9..1bb47c6 100644
--- a/ShiftOS.Main/ShiftOS/Desktop.cs
+++ b/ShiftOS.Main/ShiftOS/Desktop.cs
@@ -18,7 +18,7 @@ namespace ShiftOS.Main.ShiftOS
Closed += (sender, args) => { Application.Exit(); };
}
-
+
private void shifterToolStripMenuItem_Click(object sender, EventArgs e)
{
Apps.ShifterStuff.Shifter app = new Apps.ShifterStuff.Shifter();