mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-08-12 13:15:24 +02:00
UI: Give the cheat manager the custom window title bar treatment
This commit is contained in:
@@ -21,12 +21,10 @@ namespace Ryujinx.Ava.UI.Windows
|
||||
SearchBoxNormal = { Text = titleId ?? string.Empty }
|
||||
});
|
||||
|
||||
public CompatibilityListWindow() : base(useCustomTitleBar: true)
|
||||
public CompatibilityListWindow() : base(useCustomTitleBar: true, 37)
|
||||
{
|
||||
Title = RyujinxApp.FormatTitle(LocaleKeys.CompatibilityListTitle);
|
||||
|
||||
TitleBar.Height = 37;
|
||||
|
||||
InitializeComponent();
|
||||
|
||||
RyuLogo.Source = MainWindowViewModel.IconBitmap;
|
||||
|
Reference in New Issue
Block a user