diff --git a/Processes/DesktopProcess.cs b/Processes/DesktopProcess.cs index 1779e03..1b3d193 100644 --- a/Processes/DesktopProcess.cs +++ b/Processes/DesktopProcess.cs @@ -1,4 +1,5 @@ using RemSox.Processing; +using RemSox.UI.GUI.Layout; using RemSox.UI.GUI.Rendering; using RemSox.UI.GUI.UIEelements.Controls; using RemSox.UI.GUI.Windows; @@ -21,13 +22,15 @@ internal class DesktopProcess() : Process("Desktop Manager") WindowManager.InvalidateAll(); - // Test window 1: interactive controls + // Test window 1: interactive controls using stack layout Window testWindow = WindowManager.CreateWindow(this, "UI Controls", new Size(280, 260)); testWindow.AutoFlush = true; - Button button = testWindow.CreateUIElement