mirror of
https://github.com/ZuneDev/ZuneModdingHelper.git
synced 2026-07-27 13:12:21 -07:00
18 lines
695 B
XML
18 lines
695 B
XML
<ResourceDictionary
|
|
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
|
xmlns:ocWCBV="clr-namespace:OwlCore.Wpf.Converters.Bools.Visible">
|
|
|
|
<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>
|
|
|
|
<ocWCBV:NotNullToVisibilityConverter x:Key="NotNullToVis" />
|
|
|
|
</ResourceDictionary> |