فهرست منبع

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

Evan Husted 1 سال پیش
والد
کامیت
ec06a86899

+ 1 - 1
src/Ryujinx/UI/Windows/GameSpecificSettingsWindow.axaml

@@ -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"

+ 0 - 1
src/Ryujinx/UI/Windows/GameSpecificSettingsWindow.axaml.cs

@@ -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)

+ 1 - 1
src/Ryujinx/UI/Windows/SettingsWindow.axaml

@@ -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"