Skip to content

Commit 4772a7d

Browse files
jmacatodanwalmsley
authored andcommitted
Merge pull request #7183 from AvaloniaUI/listboxitem-do-not-set-alignment
Do not copy UWP behavior with ListBoxItem horizontal alignment
1 parent e4b0a79 commit 4772a7d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Avalonia.Themes.Fluent/Controls/ListBoxItem.xaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
<Style Selector="ListBoxItem">
1919
<Setter Property="Background" Value="Transparent" />
2020
<Setter Property="Padding" Value="{DynamicResource ListBoxItemPadding}" />
21-
<Setter Property="HorizontalContentAlignment" Value="Left" />
2221
<Setter Property="Template">
2322
<ControlTemplate>
2423
<ContentPresenter Name="PART_ContentPresenter"

0 commit comments

Comments
 (0)