Skip to content

Commit

Permalink
UI: Fix icons getting cutoff in the About window (#310)
Browse files Browse the repository at this point in the history
  • Loading branch information
GabCoolDude authored and GreemDev committed Dec 19, 2024
1 parent 84d340b commit 5e5b3ae
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/Ryujinx/UI/Windows/AboutWindow.axaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 5e5b3ae

Please sign in to comment.