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 120120 Background =" {DynamicResource Brush.Window}"
121121 BorderBrush =" {DynamicResource Brush.Border0}"
122122 BorderThickness =" 1"
123- CornerRadius =" 8"
124- ClipToBounds =" True" >
123+ CornerRadius =" 8" >
125124 <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 >
131132 </VisualLayerManager >
132133 </Border >
133134 </Grid >
You can’t perform that action at this time.
0 commit comments