From 872d3f9117442301fd321398434593b0da0deebf Mon Sep 17 00:00:00 2001 From: Ben Richardson Date: Tue, 21 Jan 2025 21:19:18 +0000 Subject: [PATCH 1/2] Updated Themes files to remove hardcoded size on advanced lobby creatiohn (#438) --- .../Resources/Allied Theme/GameCreationWindow_Advanced.ini | 4 +++- .../Resources/Soviet Theme/GameCreationWindow_Advanced.ini | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/package/Resources/Allied Theme/GameCreationWindow_Advanced.ini b/package/Resources/Allied Theme/GameCreationWindow_Advanced.ini index 8541a1d0..a5bd3d3b 100644 --- a/package/Resources/Allied Theme/GameCreationWindow_Advanced.ini +++ b/package/Resources/Allied Theme/GameCreationWindow_Advanced.ini @@ -14,5 +14,7 @@ BasedOn=GenericWindow.ini [GameCreationWindow_Advanced] DrawMode=Stretched DrawBorders=true -Size=493,424 +;Commented out to fix https://github.com/CnCNet/cncnet-yr-client-package/issues/437 +;Size=493,424 - Original Size +;Size=493,460 - Good Size if required? BackgroundTexture=ModalBG.png \ No newline at end of file diff --git a/package/Resources/Soviet Theme/GameCreationWindow_Advanced.ini b/package/Resources/Soviet Theme/GameCreationWindow_Advanced.ini index 8541a1d0..a5bd3d3b 100644 --- a/package/Resources/Soviet Theme/GameCreationWindow_Advanced.ini +++ b/package/Resources/Soviet Theme/GameCreationWindow_Advanced.ini @@ -14,5 +14,7 @@ BasedOn=GenericWindow.ini [GameCreationWindow_Advanced] DrawMode=Stretched DrawBorders=true -Size=493,424 +;Commented out to fix https://github.com/CnCNet/cncnet-yr-client-package/issues/437 +;Size=493,424 - Original Size +;Size=493,460 - Good Size if required? BackgroundTexture=ModalBG.png \ No newline at end of file From 707bdbf4d98a73a7f03165ef7122b23bd3b978af Mon Sep 17 00:00:00 2001 From: Ben Richardson Date: Tue, 21 Jan 2025 21:21:50 +0000 Subject: [PATCH 2/2] Update README.md (#439) Added myself to contributors --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4180fd42..932e1499 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,7 @@ This package is an add-on to the [XNA CnCNet Client](https://github.com/CnCNet/x * [CCHyper](https://github.com/CCHyper) * [ [RU]Polye](https://github.com/bhdrks78) * [CnCRAZER](https://github.com/CnCRAZER) +* [BRichardson1991](https://github.com/brichardson1991) ### Development