Compare commits

...

4 Commits

Author SHA1 Message Date
GabCoolDude
a7f0348cde yurrrr, it's called a 180 babe (reverts previous commit) 2024-12-15 18:38:59 +01:00
GabCoolDude
0197e01cbb Try and center this shit on Linux 2024-12-15 18:24:16 +01:00
Evan Husted
08335043dd Merge branch 'master' into updatewaitwindowfix 2024-12-08 08:01:47 -06:00
GabCoolGuy
67bb6831df Fix UpdateWaitWindow.axaml windows being too big
There is currently an issue where to windows where it says "Installing firmware..." has no rounded corners
2024-11-24 22:38:11 +01:00

View File

@@ -6,7 +6,8 @@
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
Title="Ryujinx - Waiting"
SizeToContent="WidthAndHeight"
WindowStartupLocation="CenterOwner"
WindowStartupLocation="CenterParent"
CanResize="False"
mc:Ignorable="d"
Focusable="True">
<Grid