fix theme issue

This commit is contained in:
Frank Skare
2019-11-01 17:16:34 +01:00
parent f468fd9c56
commit fa1183710b

View File

@@ -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>