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}" />