Skip to content

Commit

Permalink
Merge pull request #7183 from AvaloniaUI/listboxitem-do-not-set-align…
Browse files Browse the repository at this point in the history
…ment

Do not copy UWP behavior with ListBoxItem horizontal alignment
  • Loading branch information
jmacato authored Dec 17, 2021
2 parents 9bc3ce6 + 647cfe6 commit 7b00b78
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 7b00b78

Please sign in to comment.