update default width to 600

This commit is contained in:
onyx-and-iris 2024-09-26 21:18:09 +01:00
parent 828b5171d7
commit ba0a9cf35d

View File

@ -13,7 +13,7 @@
{ {
var window = base.CreateWindow(activationState); var window = base.CreateWindow(activationState);
const int newWidth = 800; const int newWidth = 600;
const int newHeight = 300; const int newHeight = 300;
window.Width = newWidth; window.Width = newWidth;