mirror of
https://github.com/onyx-and-iris/Lottery.git
synced 2024-11-23 22:50:47 +00:00
update default width to 600
This commit is contained in:
parent
828b5171d7
commit
ba0a9cf35d
@ -13,7 +13,7 @@
|
||||
{
|
||||
var window = base.CreateWindow(activationState);
|
||||
|
||||
const int newWidth = 800;
|
||||
const int newWidth = 600;
|
||||
const int newHeight = 300;
|
||||
|
||||
window.Width = newWidth;
|
||||
|
Loading…
Reference in New Issue
Block a user