Skip to content

Commit

Permalink
(GH-3136) Set Win10 BorderThickness to 2
Browse files Browse the repository at this point in the history
  • Loading branch information
punker76 committed Sep 2, 2019
1 parent 58534b0 commit b503e53
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/MahApps.Metro/Styles/Controls.CheckBox.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,7 @@
</Style>

<Style x:Key="MahApps.Styles.CheckBox.Win10" TargetType="CheckBox" BasedOn="{StaticResource MahApps.Styles.CheckBox}" >
<Setter Property="BorderThickness" Value="2" />
<Setter Property="Controls:CheckBoxHelper.CheckBoxSize" Value="20" />
<Setter Property="Controls:CheckBoxHelper.CheckedBackgroundBrush" Value="{DynamicResource MahApps.Brushes.Accent}" />
<Setter Property="Controls:CheckBoxHelper.CheckedBorderBrush" Value="{DynamicResource MahApps.Brushes.Accent}" />
Expand Down

0 comments on commit b503e53

Please sign in to comment.