From c28046cbbc2f6dceb1319ae312b13c7a75513116 Mon Sep 17 00:00:00 2001 From: Mathis Rech Date: Tue, 3 Mar 2020 21:00:14 +0100 Subject: [PATCH] Fix padding inconsistency The padding is always added to the side the headers are at, except when the headers are right, when the padding is at the bottom. I believe this was a typo. --- src/Avalonia.Themes.Default/TabControl.xaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Avalonia.Themes.Default/TabControl.xaml b/src/Avalonia.Themes.Default/TabControl.xaml index dc3597e9d9..ed2e67df28 100644 --- a/src/Avalonia.Themes.Default/TabControl.xaml +++ b/src/Avalonia.Themes.Default/TabControl.xaml @@ -57,6 +57,6 @@