aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Ava/UI/Windows
diff options
context:
space:
mode:
authorgdkchan <gab.dark.100@gmail.com>2023-01-09 18:58:29 -0300
committerGitHub <noreply@github.com>2023-01-09 22:58:29 +0100
commitc586e6d2b78fb6f9a672d14b039cc451c8e3c1c0 (patch)
tree734194942877064f84a4e4e7f5a4f70796afc59f /Ryujinx.Ava/UI/Windows
parent3a4eeb77fe23b60c2b3e0f921325315f72fb53fd (diff)
Replace tabs with spaces across the project (#4244)
* Replace tabs with spaces across the project * Include AXAML files too
Diffstat (limited to 'Ryujinx.Ava/UI/Windows')
-rw-r--r--Ryujinx.Ava/UI/Windows/AvatarWindow.axaml8
1 files changed, 4 insertions, 4 deletions
diff --git a/Ryujinx.Ava/UI/Windows/AvatarWindow.axaml b/Ryujinx.Ava/UI/Windows/AvatarWindow.axaml
index c90ce022..1d30fff5 100644
--- a/Ryujinx.Ava/UI/Windows/AvatarWindow.axaml
+++ b/Ryujinx.Ava/UI/Windows/AvatarWindow.axaml
@@ -1,4 +1,4 @@
-<UserControl
+<UserControl
xmlns="https://github.com/avaloniaui"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
@@ -17,9 +17,9 @@
<Design.DataContext>
<viewModels:AvatarProfileViewModel />
</Design.DataContext>
- <UserControl.Resources>
- <helpers:BitmapArrayValueConverter x:Key="ByteImage" />
- </UserControl.Resources>
+ <UserControl.Resources>
+ <helpers:BitmapArrayValueConverter x:Key="ByteImage" />
+ </UserControl.Resources>
<Grid Margin="0" HorizontalAlignment="Stretch" VerticalAlignment="Stretch">
<Grid.RowDefinitions>
<RowDefinition Height="Auto" />