From e08e6a44abb3f4a571b342737ccc1c86ffa4f549 Mon Sep 17 00:00:00 2001 From: Max Katz Date: Fri, 29 May 2020 03:18:31 -0400 Subject: [PATCH] Remove AutoCompleteListMaxHeight in favor of MaxDropDownHeight --- src/Avalonia.Themes.Fluent/Accents/BaseDark.xaml | 1 - src/Avalonia.Themes.Fluent/Accents/BaseLight.xaml | 1 - src/Avalonia.Themes.Fluent/AutoCompleteBox.xaml | 1 - 3 files changed, 3 deletions(-) diff --git a/src/Avalonia.Themes.Fluent/Accents/BaseDark.xaml b/src/Avalonia.Themes.Fluent/Accents/BaseDark.xaml index c20141675d..bf169400f0 100644 --- a/src/Avalonia.Themes.Fluent/Accents/BaseDark.xaml +++ b/src/Avalonia.Themes.Fluent/Accents/BaseDark.xaml @@ -160,7 +160,6 @@ 24 40 3 - 374 0 2 0 diff --git a/src/Avalonia.Themes.Fluent/Accents/BaseLight.xaml b/src/Avalonia.Themes.Fluent/Accents/BaseLight.xaml index b25c0c6116..b32c816851 100644 --- a/src/Avalonia.Themes.Fluent/Accents/BaseLight.xaml +++ b/src/Avalonia.Themes.Fluent/Accents/BaseLight.xaml @@ -159,7 +159,6 @@ 24 40 3 - 374 0 2 0 diff --git a/src/Avalonia.Themes.Fluent/AutoCompleteBox.xaml b/src/Avalonia.Themes.Fluent/AutoCompleteBox.xaml index 262b9286e0..97d6153c46 100644 --- a/src/Avalonia.Themes.Fluent/AutoCompleteBox.xaml +++ b/src/Avalonia.Themes.Fluent/AutoCompleteBox.xaml @@ -56,7 +56,6 @@ BorderThickness="0" Foreground="{DynamicResource AutoCompleteBoxSuggestionsListForeground}" ItemTemplate="{TemplateBinding ItemTemplate}" - MaxHeight="{DynamicResource AutoCompleteListMaxHeight}" Margin="{DynamicResource AutoCompleteListPadding}" />