From 2b2159f330cafb5c22b42a4cef6ca8afcdf431f3 Mon Sep 17 00:00:00 2001 From: _Neo_ Date: Mon, 29 Dec 2025 21:02:44 +0200 Subject: [PATCH] Proper UserSelector & ProfileSelector Alignment --- src/Ryujinx/UI/Applet/ProfileSelectorDialog.axaml | 5 +++-- src/Ryujinx/UI/Views/User/UserSelectorView.axaml | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/src/Ryujinx/UI/Applet/ProfileSelectorDialog.axaml b/src/Ryujinx/UI/Applet/ProfileSelectorDialog.axaml index 957d7a352..02091d3fe 100644 --- a/src/Ryujinx/UI/Applet/ProfileSelectorDialog.axaml +++ b/src/Ryujinx/UI/Applet/ProfileSelectorDialog.axaml @@ -22,20 +22,21 @@ MaxHeight="300" HorizontalAlignment="Center" VerticalAlignment="Center" + Padding="-3" Background="Transparent" ItemsSource="{Binding Profiles}" SelectionChanged="ProfilesList_SelectionChanged">