Skip to content

Commit

Permalink
UI: Fix UpdateWaitWindow.axaml windows being too big on windows (Ryub…
Browse files Browse the repository at this point in the history
  • Loading branch information
GabCoolDude authored and SomeoneIsWorking committed Feb 1, 2025
1 parent c8152af commit ff46d1d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Ryujinx/UI/Controls/UpdateWaitWindow.axaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
Title="Ryujinx - Waiting"
SizeToContent="WidthAndHeight"
WindowStartupLocation="CenterOwner"
CanResize="False"
mc:Ignorable="d"
Focusable="True">
<Grid
Expand Down

0 comments on commit ff46d1d

Please sign in to comment.