|
@@ -58,11 +58,20 @@
|
|
|
JustifyContent="SpaceAround"
|
|
JustifyContent="SpaceAround"
|
|
|
RowSpacing="2">
|
|
RowSpacing="2">
|
|
|
<TextBlock
|
|
<TextBlock
|
|
|
|
|
+ HorizontalAlignment="Center"
|
|
|
|
|
+ VerticalAlignment="Center"
|
|
|
FontSize="28"
|
|
FontSize="28"
|
|
|
FontWeight="Bold"
|
|
FontWeight="Bold"
|
|
|
Text="Ryujinx"
|
|
Text="Ryujinx"
|
|
|
- TextAlignment="Left" />
|
|
|
|
|
- <TextBlock Text="(REE-YOU-JINX)" TextAlignment="Left" />
|
|
|
|
|
|
|
+ TextAlignment="Center"
|
|
|
|
|
+ Width="100" />
|
|
|
|
|
+ <TextBlock
|
|
|
|
|
+ HorizontalAlignment="Center"
|
|
|
|
|
+ VerticalAlignment="Center"
|
|
|
|
|
+ FontSize="11"
|
|
|
|
|
+ Text="(REE-YOU-JINX)"
|
|
|
|
|
+ TextAlignment="Center"
|
|
|
|
|
+ Width="100" />
|
|
|
</flex:FlexPanel>
|
|
</flex:FlexPanel>
|
|
|
</Grid>
|
|
</Grid>
|
|
|
<TextBlock
|
|
<TextBlock
|