Make the window center as default
This commit is contained in:
parent
05de6aeadf
commit
3630f1a307
1 changed files with 1 additions and 1 deletions
|
@ -12,9 +12,9 @@
|
||||||
d:DesignHeight="600"
|
d:DesignHeight="600"
|
||||||
d:DesignWidth="800"
|
d:DesignWidth="800"
|
||||||
CanResize="False"
|
CanResize="False"
|
||||||
|
WindowStartupLocation="CenterOwner"
|
||||||
Focusable="True"
|
Focusable="True"
|
||||||
mc:Ignorable="d"
|
mc:Ignorable="d"
|
||||||
Title="{locale:Locale ChangelogWindowTitle}"
|
|
||||||
Icon="resm:Ryujinx.UI.Common.Resources.Logo_Ryujinx.png?assembly=Ryujinx.UI.Common">
|
Icon="resm:Ryujinx.UI.Common.Resources.Logo_Ryujinx.png?assembly=Ryujinx.UI.Common">
|
||||||
<Grid HorizontalAlignment="Stretch" VerticalAlignment="Stretch">
|
<Grid HorizontalAlignment="Stretch" VerticalAlignment="Stretch">
|
||||||
<StackPanel Orientation="Vertical" Margin="20">
|
<StackPanel Orientation="Vertical" Margin="20">
|
||||||
|
|
Loading…
Reference in a new issue