From 51b417ec856154c065aa39c61101f017950f8726 Mon Sep 17 00:00:00 2001 From: _Neo_ Date: Sun, 21 Dec 2025 17:28:01 +0200 Subject: [PATCH] Remove border around Mii Editor loading image + increase margins This update removes the dark shadow border from all loading images going forward, as it didn't look great. It also increases the spacing between the image and the loading text. --- src/Ryujinx/UI/Windows/MainWindow.axaml | 20 ++++---------------- 1 file changed, 4 insertions(+), 16 deletions(-) diff --git a/src/Ryujinx/UI/Windows/MainWindow.axaml b/src/Ryujinx/UI/Windows/MainWindow.axaml index 8b59e9667..37322a18e 100644 --- a/src/Ryujinx/UI/Windows/MainWindow.axaml +++ b/src/Ryujinx/UI/Windows/MainWindow.axaml @@ -107,24 +107,12 @@ HorizontalAlignment="Center" VerticalAlignment="Center" IsVisible="{Binding ShowLoadProgress}" ColumnDefinitions="Auto,*"> - - - + IsVisible="{Binding ShowLoadProgress}" + Source="{Binding SelectedIcon, Converter={x:Static helpers:BitmapArrayValueConverter.Instance}}" />