mirror of
https://git.naxdy.org/Mirror/Ryujinx.git
synced 2025-03-14 16: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
|
@ -155,7 +155,7 @@
|
||||||
Background="Transparent"
|
Background="Transparent"
|
||||||
Click="Button_OnClick"
|
Click="Button_OnClick"
|
||||||
Tag="https://www.ryujinx.org">
|
Tag="https://www.ryujinx.org">
|
||||||
<ui:SymbolIcon
|
<ui:SymbolIcon
|
||||||
Symbol="Link"
|
Symbol="Link"
|
||||||
Foreground="{DynamicResource ThemeForegroundColor}" />
|
Foreground="{DynamicResource ThemeForegroundColor}" />
|
||||||
</Button>
|
</Button>
|
||||||
|
@ -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
|
||||||
|
@ -235,4 +235,4 @@
|
||||||
</StackPanel>
|
</StackPanel>
|
||||||
</Grid>
|
</Grid>
|
||||||
</Grid>
|
</Grid>
|
||||||
</UserControl>
|
</UserControl>
|
Loading…
Reference in a new issue