VRCMelonAssistant/ModAssistant/Styles/TextBlock.xaml

8 lines
355 B
Plaintext
Raw Normal View History

2020-02-26 22:27:39 +13:00
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation">
<Style TargetType="TextBlock">
<Setter Property="TextBlock.Foreground" Value="{DynamicResource TextColor}"/>
<Setter Property="TextWrapping" Value="NoWrap"/>
<Setter Property="TextTrimming" Value="None"/>
</Style>
2020-02-17 14:57:58 +13:00
</ResourceDictionary>