mirror of
https://git.naxdy.org/Mirror/Ryujinx.git
synced 2025-03-14 17: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"
|
||||
Text="{locale:Locale AboutRyujinxMaintainersTitle}" />
|
||||
<TextBlock
|
||||
FontSize="12"
|
||||
FontSize="10"
|
||||
TextWrapping="Wrap"
|
||||
Text="{Binding Developers}" />
|
||||
<Button
|
||||
|
|
Loading…
Reference in a new issue