From 33edc6a21175f16aae06fc4d3d327266a456eeee Mon Sep 17 00:00:00 2001 From: Michael Date: Wed, 18 Jan 2017 10:01:37 -0500 Subject: Improved tutorial, win.open edit Tutorial now goes over how to do basic things like check codepoints, buy upgrades, open windows etc. win.open now shows a list of available windows when ran with no arguments. --- ShiftOS.WinForms/Tools/ControlManager.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ShiftOS.WinForms/Tools') diff --git a/ShiftOS.WinForms/Tools/ControlManager.cs b/ShiftOS.WinForms/Tools/ControlManager.cs index 30fd296..456e46d 100644 --- a/ShiftOS.WinForms/Tools/ControlManager.cs +++ b/ShiftOS.WinForms/Tools/ControlManager.cs @@ -120,7 +120,7 @@ namespace ShiftOS.WinForms.Tools { var frm = OpenForms[0] as WindowBorder; frm.Location = new Point(0, 0); - frm.Size = frm.ParentForm.Size; + frm.Size = Desktop.Size; OpenForms[0] = frm; } -- cgit v1.2.3