mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-07-24 14:49:48 -06:00
UI: Widen compatibility list, and make search box take up all space horizontally
This commit is contained in:
@ -227,6 +227,6 @@ namespace Ryujinx.Ava.UI.Views.Main
|
||||
|
||||
public void CloseWindow(object sender, RoutedEventArgs e) => Window.Close();
|
||||
|
||||
private async void OpenCompatibilityList(object sender, RoutedEventArgs e) => await CompatibilityList.Show();
|
||||
private async void OpenCompatibilityList(object sender, RoutedEventArgs e) => await CompatibilityContentDialog.Show();
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user