UI: Widen compatibility list, and make search box take up all space horizontally

This commit is contained in:
Evan Husted 2025-01-06 22:03:39 -06:00
parent 30b22ce6ba
commit 323c356d9c
6 changed files with 72 additions and 49 deletions

View file

@ -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();
}
}