mirror of
https://git.naxdy.org/Mirror/Ryujinx.git
synced 2025-03-14 20:00:17 +00:00
Fix mismatched font size
This commit is contained in:
parent
018a381403
commit
751858c1b2
1 changed files with 3 additions and 3 deletions
|
@ -198,7 +198,7 @@
|
||||||
FontSize="15"
|
FontSize="15"
|
||||||
Text="{locale:Locale AboutRyujinxMaintainersTitle}" />
|
Text="{locale:Locale AboutRyujinxMaintainersTitle}" />
|
||||||
<TextBlock
|
<TextBlock
|
||||||
FontSize="12"
|
FontSize="10"
|
||||||
TextWrapping="Wrap"
|
TextWrapping="Wrap"
|
||||||
Text="{Binding Developers}" />
|
Text="{Binding Developers}" />
|
||||||
<Button
|
<Button
|
||||||
|
|
Loading…
Reference in a new issue