Fix icons getting cutoff in the AboutWindow.axaml (aka the About window)

This commit is contained in:
GabCoolGuy 2024-11-24 18:22:08 +01:00
parent a81212bbf1
commit aa44c6a69a

View File

@ -6,8 +6,10 @@
xmlns:ext="clr-namespace:Ryujinx.Ava.Common.Markup"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:viewModel="clr-namespace:Ryujinx.Ava.UI.ViewModels"
Width="550"
Height="260"
MinWidth="550"
MinHeight="260"
MaxWidth="600"
MaxHeight="500"
Margin="0,-12,0,0"
d:DesignHeight="260"
d:DesignWidth="550"