From 459efd0db7ac64a408860a1a94d9244753fb808e Mon Sep 17 00:00:00 2001 From: sunshineinabox Date: Thu, 8 Feb 2024 10:34:48 -0800 Subject: Replace Flex Panels in favor of Wrap Panels for Avalonia (#6267) * Switch from using Flex panel to a Wrap panel for Grid view. This allows keyboard navigation. * Stop using Flex panel in favor of Avalonia Wrap Panel. --- src/Ryujinx.Ava/UI/Views/User/UserSelectorView.axaml | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) (limited to 'src/Ryujinx.Ava/UI/Views/User') diff --git a/src/Ryujinx.Ava/UI/Views/User/UserSelectorView.axaml b/src/Ryujinx.Ava/UI/Views/User/UserSelectorView.axaml index 818a21d6..3a9de303 100644 --- a/src/Ryujinx.Ava/UI/Views/User/UserSelectorView.axaml +++ b/src/Ryujinx.Ava/UI/Views/User/UserSelectorView.axaml @@ -4,7 +4,6 @@ xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:locale="clr-namespace:Ryujinx.Ava.Common.Locale" xmlns:d="http://schemas.microsoft.com/expression/blend/2008" - xmlns:flex="clr-namespace:Avalonia.Flexbox;assembly=Avalonia.Flexbox" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:helpers="clr-namespace:Ryujinx.Ava.UI.Helpers" xmlns:models="clr-namespace:Ryujinx.Ava.UI.Models" @@ -40,11 +39,10 @@ ItemsSource="{Binding Profiles}"> - + @@ -161,4 +159,4 @@ Content="{locale:Locale UserProfilesClose}" /> - \ No newline at end of file + -- cgit v1.2.3