Skip to content

Commit

Permalink
Update ListBoxItem.xaml
Browse files Browse the repository at this point in the history
  • Loading branch information
maxkatz6 authored Dec 17, 2021
1 parent 9bc3ce6 commit 647cfe6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Avalonia.Themes.Fluent/Controls/ListBoxItem.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
<Style Selector="ListBoxItem">
<Setter Property="Background" Value="Transparent" />
<Setter Property="Padding" Value="{DynamicResource ListBoxItemPadding}" />
<Setter Property="HorizontalContentAlignment" Value="Left" />
<Setter Property="Template">
<ControlTemplate>
<ContentPresenter Name="PART_ContentPresenter"
Expand Down

0 comments on commit 647cfe6

Please sign in to comment.