mirror of
https://github.com/ZuneDev/ZuneModdingHelper.git
synced 2026-07-27 13:12:21 -07:00
15 lines
555 B
XML
15 lines
555 B
XML
<ResourceDictionary
|
|
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
|
|
|
|
<Style x:Key="AbstractUICollectionTitleStyle" TargetType="TextBlock">
|
|
<Setter Property="FontSize" Value="24"/>
|
|
</Style>
|
|
|
|
<Style x:Key="AbstractUICollectionSubtitleStyle" TargetType="TextBlock">
|
|
<Setter Property="FontSize" Value="18"/>
|
|
<Setter Property="FontWeight" Value="Light"/>
|
|
<Setter Property="Opacity" Value="0.5"/>
|
|
</Style>
|
|
|
|
</ResourceDictionary> |