Browse Source

Update ListBoxItem.xaml

pull/7183/head
Max Katz 4 years ago
committed by GitHub
parent
commit
647cfe68bc
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      src/Avalonia.Themes.Fluent/Controls/ListBoxItem.xaml

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

@ -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"

Loading…
Cancel
Save