UI: [ci skip] Make cheat window larger by default

This commit is contained in:
Evan Husted
2025-01-28 21:18:49 -06:00
parent 7085bafa60
commit 502ce98b3a
3 changed files with 6 additions and 3 deletions

View File

@@ -6,8 +6,8 @@
xmlns:ext="clr-namespace:Ryujinx.Ava.Common.Markup"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:window="clr-namespace:Ryujinx.Ava.UI.Windows"
Width="500"
Height="500"
Width="600"
Height="750"
MinWidth="500"
MinHeight="500"
x:DataType="window:CheatWindow"