]> granicus.if.org Git - handbrake/commitdiff
WinGui: Soften the colour of the grid lines in the chapters table
authorSam H <samhutchins@users.noreply.github.com>
Wed, 13 Jun 2018 21:16:20 +0000 (22:16 +0100)
committerScott <628593+sr55@users.noreply.github.com>
Thu, 14 Jun 2018 18:39:58 +0000 (19:39 +0100)
win/CS/HandBrakeWPF/Views/ChaptersView.xaml

index 5aca7d44a7b8a3c1bde3434f088294c68a99fcce..824f19e11e66b5c0774f1523b41f7844c7ebe9f3 100644 (file)
@@ -31,7 +31,8 @@
         <DataGrid Grid.Row="2" Margin="10" ItemsSource="{Binding Chapters}" \r
                   VerticalAlignment="Stretch"  AutoGenerateColumns="False"\r
                   CanUserSortColumns="False" CanUserReorderColumns="False" CanUserResizeColumns="False" CanUserResizeRows="False"\r
-                  CanUserAddRows="False" CanUserDeleteRows="False" HeadersVisibility="Column">\r
+                  CanUserAddRows="False" CanUserDeleteRows="False" HeadersVisibility="Column"\r
+                  HorizontalGridLinesBrush="#FFABADB3" VerticalGridLinesBrush="#FFABADB3">\r
             <DataGrid.CellStyle>\r
                 <Style TargetType="DataGridCell">\r
                     <Setter Property="MinHeight" Value="22" />\r