Skip to content

Commit 7710979

Browse files
author
bebenins
committed
Revert "MaterialDesignCheckBox default VerticalContentAlignment"
This reverts commit 7c7020d.
1 parent 7c7020d commit 7710979

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

MaterialDesignThemes.Wpf/Themes/MaterialDesignTheme.CheckBox.xaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@
4747
<Style x:Key="MaterialDesignCheckBox" TargetType="{x:Type CheckBox}">
4848
<Setter Property="FocusVisualStyle" Value="{StaticResource FocusVisual}"/>
4949
<Setter Property="BorderThickness" Value="1"/>
50-
<Setter Property="VerticalContentAlignment" Value="Center"/>
5150
<Setter Property="Background" Value="{DynamicResource PrimaryHueMidBrush}"/>
5251
<Setter Property="BorderBrush" Value="{DynamicResource PrimaryHueMidBrush}"/>
5352
<Setter Property="Foreground" Value="{Binding RelativeSource={RelativeSource AncestorType={x:Type FrameworkElement}}, Path=(TextElement.Foreground)}"/>

0 commit comments

Comments
 (0)