mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-19 14:53:50 +02:00
Move popup to -Width, -Height
This commit is contained in:
@@ -15,7 +15,7 @@ namespace VRCX
|
|||||||
public InvisPopup()
|
public InvisPopup()
|
||||||
{
|
{
|
||||||
StartPosition = FormStartPosition.Manual;
|
StartPosition = FormStartPosition.Manual;
|
||||||
Location = new Point(0, 0);
|
Location = new Point(-Width, -Height);
|
||||||
InitializeComponent();
|
InitializeComponent();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user