From 3e65bf26fd69ed5cd9ed9c49b20ab5182c098430 Mon Sep 17 00:00:00 2001 From: Michael Date: Tue, 4 Jul 2017 09:52:49 -0400 Subject: Port over the Terminal --- ShiftOS.Frontend/GraphicsSubsystem/UIManager.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ShiftOS.Frontend/GraphicsSubsystem') diff --git a/ShiftOS.Frontend/GraphicsSubsystem/UIManager.cs b/ShiftOS.Frontend/GraphicsSubsystem/UIManager.cs index bb62ea4..b87dd32 100644 --- a/ShiftOS.Frontend/GraphicsSubsystem/UIManager.cs +++ b/ShiftOS.Frontend/GraphicsSubsystem/UIManager.cs @@ -16,7 +16,7 @@ namespace ShiftOS.Frontend.GraphicsSubsystem public static class UIManager { private static List topLevels = new List(); - + public static System.Drawing.Size Viewport { get; set; } public static GUI.Control FocusedControl = null; public static void LayoutUpdate() -- cgit v1.2.3