|
@@ -8,6 +8,7 @@
|
|
<Setter Property="Background" Value="{DynamicResource CheckBoxBackgroundUnchecked}" />
|
|
<Setter Property="Background" Value="{DynamicResource CheckBoxBackgroundUnchecked}" />
|
|
<Setter Property="Foreground" Value="{DynamicResource CheckBoxForegroundUnchecked}" />
|
|
<Setter Property="Foreground" Value="{DynamicResource CheckBoxForegroundUnchecked}" />
|
|
<Setter Property="BorderBrush" Value="{DynamicResource CheckBoxBorderBrushUnchecked}" />
|
|
<Setter Property="BorderBrush" Value="{DynamicResource CheckBoxBorderBrushUnchecked}" />
|
|
|
|
+ <Setter Property="Padding" Value="8,0,0,0" />
|
|
<Setter Property="HorizontalAlignment" Value="Left" />
|
|
<Setter Property="HorizontalAlignment" Value="Left" />
|
|
<Setter Property="VerticalAlignment" Value="Center" />
|
|
<Setter Property="VerticalAlignment" Value="Center" />
|
|
<Setter Property="HorizontalContentAlignment" Value="Left" />
|
|
<Setter Property="HorizontalContentAlignment" Value="Left" />
|