From 31e56bc155ed5fb9fb27b5ba2c56ec059248925f Mon Sep 17 00:00:00 2001 From: Dan Walmsley Date: Fri, 18 Oct 2019 17:11:57 +0100 Subject: [PATCH] fix centralization of scroll buttons --- src/Avalonia.Themes.Default/Accents/BaseDark.xaml | 4 ++-- src/Avalonia.Themes.Default/Accents/BaseLight.xaml | 4 ++-- src/Avalonia.Themes.Default/ScrollBar.xaml | 8 ++++---- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/src/Avalonia.Themes.Default/Accents/BaseDark.xaml b/src/Avalonia.Themes.Default/Accents/BaseDark.xaml index e040ed233e..ffe3e92202 100644 --- a/src/Avalonia.Themes.Default/Accents/BaseDark.xaml +++ b/src/Avalonia.Themes.Default/Accents/BaseDark.xaml @@ -65,7 +65,7 @@ 12 16 - 20 - 9 + 18 + 8 diff --git a/src/Avalonia.Themes.Default/Accents/BaseLight.xaml b/src/Avalonia.Themes.Default/Accents/BaseLight.xaml index b56bd3eaf6..c0e5f47eed 100644 --- a/src/Avalonia.Themes.Default/Accents/BaseLight.xaml +++ b/src/Avalonia.Themes.Default/Accents/BaseLight.xaml @@ -68,7 +68,7 @@ 12 16 - 20 - 9 + 18 + 8 diff --git a/src/Avalonia.Themes.Default/ScrollBar.xaml b/src/Avalonia.Themes.Default/ScrollBar.xaml index 856fba00c0..64a4399d16 100644 --- a/src/Avalonia.Themes.Default/ScrollBar.xaml +++ b/src/Avalonia.Themes.Default/ScrollBar.xaml @@ -10,7 +10,7 @@ Grid.Row="0" Focusable="False" MinHeight="{DynamicResource ScrollBarThickness}"> - + - + @@ -57,7 +57,7 @@ Grid.Column="0" Focusable="False" MinWidth="{DynamicResource ScrollBarThickness}"> - + - +