fix theme issue
This commit is contained in:
@@ -21,7 +21,7 @@
|
|||||||
<Setter Property="Template">
|
<Setter Property="Template">
|
||||||
<Setter.Value>
|
<Setter.Value>
|
||||||
<ControlTemplate TargetType="{x:Type DataGridCell}">
|
<ControlTemplate TargetType="{x:Type DataGridCell}">
|
||||||
<Grid>
|
<Grid Background="{TemplateBinding Background}">
|
||||||
<ContentPresenter VerticalAlignment="Center" />
|
<ContentPresenter VerticalAlignment="Center" />
|
||||||
</Grid>
|
</Grid>
|
||||||
</ControlTemplate>
|
</ControlTemplate>
|
||||||
|
|||||||
Reference in New Issue
Block a user