Skip to content

Commit 3a76d35

Browse files
committed
fix(PageOtherTest): 自定义字体功能在某地方不生效
fix #685
1 parent 8e211aa commit 3a76d35

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Plain Craft Launcher 2/Pages/PageOther/PageOtherTest.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<TextBlock Text="使用 PCL 的高速多线程下载引擎下载任意文件。请注意,部分网站(例如百度网盘)可能会报错 (403) 已禁止,无法正常下载。" TextWrapping="Wrap"/>
2020
<Grid Margin="0,10,0,0">
2121
<Grid.Resources>
22-
<Style TargetType="{x:Type TextBlock}">
22+
<Style TargetType="{x:Type TextBlock}" BasedOn="{StaticResource BasedOnTextBlock}">
2323
<Setter Property="VerticalAlignment" Value="Center"/>
2424
<Setter Property="Margin" Value="0,0,25,0"/>
2525
<Setter Property="FontSize" Value="13"/>

0 commit comments

Comments
 (0)