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