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