mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-07-10 02:36:27 +02:00
UI: Widen compatibility list, and make search box take up all space horizontally
This commit is contained in:
parent
30b22ce6ba
commit
323c356d9c
6 changed files with 72 additions and 49 deletions
|
@ -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();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue