CSV: Change background from green to blue

Fixes #638
This commit is contained in:
Alexander Eder
2023-07-27 16:39:53 +02:00
committed by GitHub
parent 0539ca94c0
commit a74f5bd289

View File

@@ -11,7 +11,7 @@
<DataGrid x:Name="dataGrid" AlternationCount="2" BorderThickness="0" Background="Transparent" Foreground="{DynamicResource WindowTextForeground}"
RowBackground="Transparent" IsReadOnly="True" HeadersVisibility="None" AutoGenerateColumns="False"
CanUserReorderColumns="False" ItemsSource="{Binding Path=Rows,ElementName=csvViewer}"
AlternatingRowBackground="#1900FF70" HorizontalGridLinesBrush="#19000000" VerticalGridLinesBrush="#19000000" />
AlternatingRowBackground="#19DBEDFF" HorizontalGridLinesBrush="#19000000" VerticalGridLinesBrush="#19000000" />
</Grid>
</UserControl>
</UserControl>