File tree Expand file tree Collapse file tree 1 file changed +6
-8
lines changed Expand file tree Collapse file tree 1 file changed +6
-8
lines changed Original file line number Diff line number Diff line change 5454 <DataGrid .Styles>
5555 <Style Selector =" DataGridColumnHeader" >
5656 <Setter Property =" MinHeight" Value =" 24" />
57- <Setter Property =" Background" Value =" {DynamicResource Brush.Window}" />
58- <Setter Property =" HorizontalContentAlignment" Value =" Stretch" />
57+ <Setter Property =" Background" Value =" {DynamicResource Brush.Window}" />
5958 <Setter Property =" Template" >
6059 <ControlTemplate >
6160 <Border x : Name =" HeaderBorder"
6261 Background =" {TemplateBinding Background}"
63- BorderBrush =" {TemplateBinding BorderBrush}"
64- BorderThickness =" {TemplateBinding BorderThickness}"
65- CornerRadius =" {TemplateBinding CornerRadius}" >
66- <Grid ColumnDefinitions =" *,Auto" >
62+ BorderThickness =" 0"
63+ CornerRadius =" 0" >
64+ <Grid ColumnDefinitions =" *,4" >
6765 <ContentPresenter x : Name =" PART_ContentPresenter"
6866 Grid.Column=" 0"
6967 Content =" {TemplateBinding Content}"
7068 ContentTemplate =" {TemplateBinding ContentTemplate}" />
7169
7270 <Rectangle Name =" VerticalSeparator"
7371 Grid.Column=" 1"
74- Width =" 1.1 "
75- VerticalAlignment =" Stretch"
72+ Width =" 1"
73+ HorizontalAlignment = " Center " VerticalAlignment =" Stretch"
7674 Fill =" {DynamicResource Brush.Border0}"
7775 IsVisible =" {TemplateBinding AreSeparatorsVisible}" />
7876 </Grid >
You can’t perform that action at this time.
0 commit comments