mirror of
https://github.com/Stone-Red-Code/RemSox.git
synced 2026-09-04 09:06:23 +02:00
Add automatic window positioning to avoid overlap and maximize spaciousness
This commit is contained in:
@@ -11,7 +11,7 @@ public class TestProcess() : Process("Test Process")
|
||||
{
|
||||
internal override void Start(string[] args)
|
||||
{
|
||||
Window window = WindowManager.CreateWindow(this, "Test Window", Point.Empty, new Size(200, 150));
|
||||
Window window = WindowManager.CreateWindow(this, "Test Window", new Size(200, 150));
|
||||
window.AutoFlush = true;
|
||||
|
||||
Circle circle = window.CreateUIElement<Circle>(rect =>
|
||||
|
||||
Reference in New Issue
Block a user