Skip to content

Commit

Permalink
- Add Margin to BulletDecorator to apply the CheckBox Padding property (
Browse files Browse the repository at this point in the history
#1324)

- fixes #1323
  • Loading branch information
JohnTasler authored Feb 1, 2025
1 parent 397739b commit c896933
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Wpf.Ui/Controls/CheckBox/CheckBox.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@
<Setter.Value>
<ControlTemplate TargetType="{x:Type CheckBox}">
<BulletDecorator
Margin="{TemplateBinding Padding}"
HorizontalAlignment="{TemplateBinding HorizontalAlignment}"
VerticalAlignment="{TemplateBinding VerticalAlignment}"
Background="Transparent">
Expand Down

0 comments on commit c896933

Please sign in to comment.