From c84709a48624714a16a5a0b4f3bbb38842d1b978 Mon Sep 17 00:00:00 2001 From: AShifter Date: Wed, 22 Nov 2017 10:07:50 -0700 Subject: A proper stacking WM Windows don't fall behind the desktop - I'm happy. --- ShiftOS.Main/ShiftOS/Desktop.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ShiftOS.Main/ShiftOS/Desktop.cs') 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(); -- cgit v1.2.3