fix: fix SeparatorBorder RowDefinition in HeaderedContentControl.
This commit is contained in:
parent
793d63a454
commit
90ba261638
@ -79,7 +79,7 @@
|
||||
BorderBrush="{TemplateBinding BorderBrush}"
|
||||
BorderThickness="{TemplateBinding BorderThickness}"
|
||||
CornerRadius="{TemplateBinding CornerRadius}">
|
||||
<Grid RowDefinitions="Auto,*,Auto">
|
||||
<Grid RowDefinitions="Auto,Auto,Auto">
|
||||
<ContentPresenter
|
||||
Name="PART_HeaderPresenter"
|
||||
Grid.Row="0"
|
||||
|
Loading…
x
Reference in New Issue
Block a user