UI: Increase default size for setting windows to include autoload setting & the bottom of the input settings

This commit is contained in:
Evan Husted 2025-02-25 22:51:26 -06:00
parent 2e4de17472
commit ec06a86899
3 changed files with 2 additions and 3 deletions

View File

@ -12,7 +12,7 @@
xmlns:helpers="clr-namespace:Ryujinx.Ava.UI.Helpers"
xmlns:helper="clr-namespace:Ryujinx.Common.Helper;assembly=Ryujinx.Common"
Width="1100"
Height="768"
Height="910"
MinWidth="800"
MinHeight="480"
WindowStartupLocation="CenterOwner"

View File

@ -65,7 +65,6 @@ namespace Ryujinx.Ava.UI.Windows
Pages.Children.Clear();
NavPanel.SelectionChanged += NavPanelOnSelectionChanged;
NavPanel.SelectedItem = NavPanel.MenuItems.ElementAt(0);
}
private void NavPanelOnSelectionChanged(object sender, NavigationViewSelectionChangedEventArgs e)

View File

@ -12,7 +12,7 @@
xmlns:helpers="clr-namespace:Ryujinx.Ava.UI.Helpers"
xmlns:helper="clr-namespace:Ryujinx.Common.Helper;assembly=Ryujinx.Common"
Width="1100"
Height="768"
Height="918"
MinWidth="800"
MinHeight="480"
WindowStartupLocation="CenterOwner"