Small fixes

This commit is contained in:
Natsumi
2021-12-07 01:35:15 +13:00
parent 33740475b4
commit a83f33fed4
4 changed files with 15 additions and 9 deletions

View File

@@ -75,6 +75,7 @@ namespace VRCX
{
Location = location;
}
Size = new Size(1920, 1080);
if (size.Width > 0 && size.Height > 0)
{
Size = size;