From cd533d4ae47317ffef69bcea6ec69d2a711b7798 Mon Sep 17 00:00:00 2001 From: Sam H Date: Wed, 13 Jun 2018 22:16:20 +0100 Subject: [PATCH] WinGui: Soften the colour of the grid lines in the chapters table --- win/CS/HandBrakeWPF/Views/ChaptersView.xaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/win/CS/HandBrakeWPF/Views/ChaptersView.xaml b/win/CS/HandBrakeWPF/Views/ChaptersView.xaml index 5aca7d44a..824f19e11 100644 --- a/win/CS/HandBrakeWPF/Views/ChaptersView.xaml +++ b/win/CS/HandBrakeWPF/Views/ChaptersView.xaml @@ -31,7 +31,8 @@ + CanUserAddRows="False" CanUserDeleteRows="False" HeadersVisibility="Column" + HorizontalGridLinesBrush="#FFABADB3" VerticalGridLinesBrush="#FFABADB3">