We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8bc3f9 commit 3b8dcd7Copy full SHA for 3b8dcd7
src/Views/Histories.axaml
@@ -47,6 +47,10 @@
47
ContextRequested="OnCommitListContextRequested"
48
DoubleTapped="OnCommitListDoubleTapped"
49
KeyDown="OnCommitListKeyDown">
50
+ <DataGrid.Resources>
51
+ <SolidColorBrush x:Key="DataGridGridLinesBrush" Color="{DynamicResource Color.Border0}" />
52
+ </DataGrid.Resources>
53
+
54
<DataGrid.Styles>
55
<Style Selector="DataGridColumnHeader">
56
<Setter Property="MinHeight" Value="24"/>
0 commit comments