Fix mismatched font size

This commit is contained in:
Isaac Marovitz 2023-01-01 19:02:34 +01:00
parent 018a381403
commit 751858c1b2
No known key found for this signature in database
GPG key ID: 97250B2B09A132E1

View file

@ -155,7 +155,7 @@
Background="Transparent"
Click="Button_OnClick"
Tag="https://www.ryujinx.org">
<ui:SymbolIcon
<ui:SymbolIcon
Symbol="Link"
Foreground="{DynamicResource ThemeForegroundColor}" />
</Button>
@ -198,7 +198,7 @@
FontSize="15"
Text="{locale:Locale AboutRyujinxMaintainersTitle}" />
<TextBlock
FontSize="12"
FontSize="10"
TextWrapping="Wrap"
Text="{Binding Developers}" />
<Button
@ -235,4 +235,4 @@
</StackPanel>
</Grid>
</Grid>
</UserControl>
</UserControl>