Browse Source
Merge pull request #2753 from JaggerJo/fix_data_grid_style_duplicate_setter
remove duplicate setter for "HeadersVisibility".
pull/2762/head
Jumar Macato
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
2 deletions
-
src/Avalonia.Controls.DataGrid/Themes/Default.xaml
|
|
|
@ -195,7 +195,6 @@ |
|
|
|
<Setter Property="GridLinesVisibility" Value="Vertical" /> |
|
|
|
<Setter Property="HorizontalGridLinesBrush" Value="{DynamicResource ThemeBorderLightBrush}" /> |
|
|
|
<Setter Property="VerticalGridLinesBrush" Value="{DynamicResource ThemeBorderLightBrush}" /> |
|
|
|
<Setter Property="HeadersVisibility" Value="Column" /> |
|
|
|
<Setter Property="BorderBrush" Value="{DynamicResource ThemeBorderDarkBrush}"/> |
|
|
|
<Setter Property="BorderThickness" Value="{DynamicResource ThemeBorderThickness}" /> |
|
|
|
<Setter Property="DropLocationIndicatorTemplate"> |
|
|
|
@ -230,4 +229,4 @@ |
|
|
|
</ControlTemplate> |
|
|
|
</Setter> |
|
|
|
</Style> |
|
|
|
</Styles> |
|
|
|
</Styles> |
|
|
|
|