From d7aa4081fc7dad2edde90691a8f48b0062ad3438 Mon Sep 17 00:00:00 2001 From: Steven Kirk Date: Fri, 14 Jul 2017 09:52:11 +0200 Subject: [PATCH] Fixed ScrollViewer background correctly. Removed it from the wrong place in the previous commit. --- src/Avalonia.Themes.Default/ScrollViewer.xaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Avalonia.Themes.Default/ScrollViewer.xaml b/src/Avalonia.Themes.Default/ScrollViewer.xaml index 3e211f460c..4adfdaae2d 100644 --- a/src/Avalonia.Themes.Default/ScrollViewer.xaml +++ b/src/Avalonia.Themes.Default/ScrollViewer.xaml @@ -1,8 +1,9 @@