Files
ZuneModdingHelper/OwlCore.Wpf/AbstractUI/Themes/AbstractUIResources.xaml
T

12 lines
543 B
XML
Raw Normal View History

2021-08-05 20:45:26 -05:00
<ResourceDictionary
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:core="clr-namespace:System;assembly=System.Runtime">
<core:Double x:Key="DefaultAbstractUITitleFontSize">24</core:Double>
<core:Double x:Key="DefaultAbstractUISubtitleFontSize">16</core:Double>
<FontWeight x:Key="DefaultAbstractUISubtitleFontWeight">Light</FontWeight>
<core:Double x:Key="DefaultAbstractUISubtitleOpacity">0.5</core:Double>
</ResourceDictionary>