VRCMelonAssistant/VRCMelonAssistant/Styles/TextBlock.xaml

8 lines
358 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">
2020-02-26 22:48:54 +13:00
<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>