Skip to content

Commit

Permalink
UI: Fix UpdateWaitWindow.axaml windows being too big on windows (#314)
Browse files Browse the repository at this point in the history
  • Loading branch information
GabCoolDude authored Jan 17, 2025
1 parent 1728b0f commit a375fae
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 a375fae

Please sign in to comment.