diff options
Diffstat (limited to 'ShiftOS.Frontend/GraphicsSubsystem')
| -rw-r--r-- | ShiftOS.Frontend/GraphicsSubsystem/UIManager.cs | 2 |
1 files changed, 1 insertions, 1 deletions
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<GUI.Control> topLevels = new List<GUI.Control>(); - + public static System.Drawing.Size Viewport { get; set; } public static GUI.Control FocusedControl = null; public static void LayoutUpdate() |
