We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e211aa commit 3a76d35Copy full SHA for 3a76d35
1 file changed
Plain Craft Launcher 2/Pages/PageOther/PageOtherTest.xaml
@@ -19,7 +19,7 @@
19
<TextBlock Text="使用 PCL 的高速多线程下载引擎下载任意文件。请注意,部分网站(例如百度网盘)可能会报错 (403) 已禁止,无法正常下载。" TextWrapping="Wrap"/>
20
<Grid Margin="0,10,0,0">
21
<Grid.Resources>
22
- <Style TargetType="{x:Type TextBlock}">
+ <Style TargetType="{x:Type TextBlock}" BasedOn="{StaticResource BasedOnTextBlock}">
23
<Setter Property="VerticalAlignment" Value="Center"/>
24
<Setter Property="Margin" Value="0,0,25,0"/>
25
<Setter Property="FontSize" Value="13"/>
0 commit comments