mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-06-28 13:16:24 +02:00
UI: Give the cheat manager the custom window title bar treatment
This commit is contained in:
parent
7bdf013ba6
commit
c76f32a4ee
4 changed files with 86 additions and 37 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue