mirror of
https://github.com/GreemDev/Ryujinx
synced 2024-12-22 11:56:36 +01:00
Fix UpdateWaitWindow.axaml windows being too big
There is currently an issue where to windows where it says "Installing firmware..." has no rounded corners
This commit is contained in:
parent
7e16fccfc1
commit
67bb6831df
1 changed files with 1 additions and 0 deletions
|
@ -7,6 +7,7 @@
|
||||||
Title="Ryujinx - Waiting"
|
Title="Ryujinx - Waiting"
|
||||||
SizeToContent="WidthAndHeight"
|
SizeToContent="WidthAndHeight"
|
||||||
WindowStartupLocation="CenterOwner"
|
WindowStartupLocation="CenterOwner"
|
||||||
|
CanResize="False"
|
||||||
mc:Ignorable="d"
|
mc:Ignorable="d"
|
||||||
Focusable="True">
|
Focusable="True">
|
||||||
<Grid
|
<Grid
|
||||||
|
|
Loading…
Reference in a new issue