Skip to content

Commit

Permalink
(GH-3582) Use attached property CornerRadius for DateTimePicker
Browse files Browse the repository at this point in the history
  • Loading branch information
punker76 committed Oct 4, 2019
1 parent 67e0bad commit 6a16e56
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/MahApps.Metro/Themes/DateTimePicker.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@
Background="{TemplateBinding Background}"
BorderBrush="{TemplateBinding BorderBrush}"
BorderThickness="{TemplateBinding BorderThickness}"
CornerRadius="{TemplateBinding Controls:ControlsHelper.CornerRadius}"
SnapsToDevicePixels="{TemplateBinding SnapsToDevicePixels}" />
<Grid x:Name="PART_InnerGrid" Margin="{TemplateBinding Padding}">
<Grid.ColumnDefinitions>
Expand Down

0 comments on commit 6a16e56

Please # to comment.