|
|
@ -42,9 +42,10 @@ |
|
|
|
|
|
|
|
|
</ResourceDictionary> |
|
|
</ResourceDictionary> |
|
|
</ResourceDictionary.ThemeDictionaries> |
|
|
</ResourceDictionary.ThemeDictionaries> |
|
|
|
|
|
|
|
|
<x:Double x:Key="ListAccentLowOpacity">0.6</x:Double> |
|
|
<x:Double x:Key="ListAccentLowOpacity">0.6</x:Double> |
|
|
<x:Double x:Key="ListAccentMediumOpacity">0.8</x:Double> |
|
|
<x:Double x:Key="ListAccentMediumOpacity">0.8</x:Double> |
|
|
|
|
|
<x:Double x:Key="DataGridSortIconMinWidth">32</x:Double> |
|
|
|
|
|
|
|
|
<StreamGeometry x:Key="DataGridSortIconDescendingPath">M1875 1011l-787 787v-1798h-128v1798l-787 -787l-90 90l941 941l941 -941z</StreamGeometry> |
|
|
<StreamGeometry x:Key="DataGridSortIconDescendingPath">M1875 1011l-787 787v-1798h-128v1798l-787 -787l-90 90l941 941l941 -941z</StreamGeometry> |
|
|
<StreamGeometry x:Key="DataGridSortIconAscendingPath">M1965 947l-941 -941l-941 941l90 90l787 -787v1798h128v-1798l787 787z</StreamGeometry> |
|
|
<StreamGeometry x:Key="DataGridSortIconAscendingPath">M1965 947l-941 -941l-941 941l90 90l787 -787v1798h128v-1798l787 787z</StreamGeometry> |
|
|
@ -174,7 +175,7 @@ |
|
|
VerticalAlignment="{TemplateBinding VerticalContentAlignment}"> |
|
|
VerticalAlignment="{TemplateBinding VerticalContentAlignment}"> |
|
|
<Grid.ColumnDefinitions> |
|
|
<Grid.ColumnDefinitions> |
|
|
<ColumnDefinition Width="*" /> |
|
|
<ColumnDefinition Width="*" /> |
|
|
<ColumnDefinition Width="Auto" MinWidth="32" /> |
|
|
<ColumnDefinition Width="Auto" MinWidth="{DynamicResource DataGridSortIconMinWidth}" /> |
|
|
</Grid.ColumnDefinitions> |
|
|
</Grid.ColumnDefinitions> |
|
|
|
|
|
|
|
|
<ContentPresenter Content="{TemplateBinding Content}" |
|
|
<ContentPresenter Content="{TemplateBinding Content}" |
|
|
@ -512,7 +513,7 @@ |
|
|
BorderBrush="{TemplateBinding BorderBrush}" |
|
|
BorderBrush="{TemplateBinding BorderBrush}" |
|
|
BorderThickness="{TemplateBinding BorderThickness}" |
|
|
BorderThickness="{TemplateBinding BorderThickness}" |
|
|
CornerRadius="{TemplateBinding CornerRadius}"> |
|
|
CornerRadius="{TemplateBinding CornerRadius}"> |
|
|
<Grid ColumnDefinitions="Auto,*,Auto" |
|
|
<Grid ColumnDefinitions="Auto,*,Auto" |
|
|
RowDefinitions="Auto,*,Auto,Auto" |
|
|
RowDefinitions="Auto,*,Auto,Auto" |
|
|
ClipToBounds="True"> |
|
|
ClipToBounds="True"> |
|
|
<DataGridColumnHeader Name="PART_TopLeftCornerHeader" |
|
|
<DataGridColumnHeader Name="PART_TopLeftCornerHeader" |
|
|
|