From ba0a9cf35d02c42515e4f67499e77fae9351e4fb Mon Sep 17 00:00:00 2001 From: onyx-and-iris Date: Thu, 26 Sep 2024 21:18:09 +0100 Subject: [PATCH] update default width to 600 --- Lottery/App.xaml.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lottery/App.xaml.cs b/Lottery/App.xaml.cs index eca7000..696618c 100644 --- a/Lottery/App.xaml.cs +++ b/Lottery/App.xaml.cs @@ -13,7 +13,7 @@ { var window = base.CreateWindow(activationState); - const int newWidth = 800; + const int newWidth = 600; const int newHeight = 300; window.Width = newWidth;