Tätigkeiten überarbeitet.
This commit is contained in:
16
KanSan/Resources.xaml
Normal file
16
KanSan/Resources.xaml
Normal file
@@ -0,0 +1,16 @@
|
||||
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
||||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
||||
xmlns:local="clr-namespace:KanSan"
|
||||
xmlns:l="clr-namespace:KanSan">
|
||||
<l:IstFertigZuBackgroundConverter x:Key="IstFertigZuBackgroundConverter" />
|
||||
<l:IstFertigZuTextConverter x:Key="IstFertigZuTextConverter" />
|
||||
<Style TargetType="{x:Type UserControl}">
|
||||
<Setter Property="FontFamily" Value="Comic Sans MS"/>
|
||||
<Setter Property="FontSize" Value="20" />
|
||||
</Style>
|
||||
|
||||
<Style TargetType="{x:Type Window}">
|
||||
<Setter Property="FontFamily" Value="Comic Sans MS"/>
|
||||
<Setter Property="FontSize" Value="20" />
|
||||
</Style>
|
||||
</ResourceDictionary>
|
||||
Reference in New Issue
Block a user