File tree Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Original file line number Diff line number Diff line change 120
120
Background =" {DynamicResource Brush.Window}"
121
121
BorderBrush =" {DynamicResource Brush.Border0}"
122
122
BorderThickness =" 1"
123
- CornerRadius =" 8"
124
- ClipToBounds =" True" >
123
+ CornerRadius =" 8" >
125
124
<VisualLayerManager >
126
- <ContentPresenter Name =" PART_ContentPresenter"
127
- ContentTemplate =" {TemplateBinding ContentTemplate}"
128
- Content =" {TemplateBinding Content}"
129
- HorizontalContentAlignment =" {TemplateBinding HorizontalContentAlignment}"
130
- VerticalContentAlignment =" {TemplateBinding VerticalContentAlignment}" />
125
+ <Border CornerRadius =" 8" ClipToBounds =" True" >
126
+ <ContentPresenter Name =" PART_ContentPresenter"
127
+ ContentTemplate =" {TemplateBinding ContentTemplate}"
128
+ Content =" {TemplateBinding Content}"
129
+ HorizontalContentAlignment =" {TemplateBinding HorizontalContentAlignment}"
130
+ VerticalContentAlignment =" {TemplateBinding VerticalContentAlignment}" />
131
+ </Border >
131
132
</VisualLayerManager >
132
133
</Border >
133
134
</Grid >
You can’t perform that action at this time.
0 commit comments