File tree 1 file changed +2
-2
lines changed
QuickLook.Plugin/QuickLook.Plugin.CsvViewer
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 8
8
mc : Ignorable =" d"
9
9
d : DesignHeight =" 300" d : DesignWidth =" 300" >
10
10
<Grid >
11
- <DataGrid x : Name =" dataGrid" AlternationCount =" 2" BorderThickness =" 0" Background =" Transparent"
11
+ <DataGrid x : Name =" dataGrid" AlternationCount =" 2" BorderThickness =" 0" Background =" Transparent" Foreground = " {DynamicResource WindowTextForeground} "
12
12
RowBackground =" Transparent" IsReadOnly =" True" HeadersVisibility =" None" AutoGenerateColumns =" False"
13
13
CanUserReorderColumns =" False" ItemsSource =" {Binding Path=Rows,ElementName=csvViewer}"
14
- AlternatingRowBackground =" #99D8D8D8 " HorizontalGridLinesBrush =" #FFBDBDBD " VerticalGridLinesBrush =" #FFBDBDBD " />
14
+ AlternatingRowBackground =" #1900FF70 " HorizontalGridLinesBrush =" #19000000 " VerticalGridLinesBrush =" #19000000 " />
15
15
16
16
</Grid >
17
17
</UserControl >
You can’t perform that action at this time.
0 commit comments