Skip to content

Commit 48a5d99

Browse files
committed
(GH-3332) Fix TransitioningContentControl defines a CornerRadius of 2 inside style
Use ControlsHelper.CornerRadius attached property for the inner border. Closes #3332
1 parent 084bb90 commit 48a5d99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/MahApps.Metro/Themes/TransitioningContentControl.xaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<Border Background="{TemplateBinding Background}"
1313
BorderBrush="{TemplateBinding BorderBrush}"
1414
BorderThickness="{TemplateBinding BorderThickness}"
15-
CornerRadius="2">
15+
CornerRadius="{TemplateBinding Controls:ControlsHelper.CornerRadius}">
1616
<Grid>
1717
<ContentPresenter x:Name="PreviousContentPresentationSite"
1818
HorizontalAlignment="{TemplateBinding HorizontalContentAlignment}"

0 commit comments

Comments
 (0)