Browse Source

Fix #2518: "Other Resources" section of resource files is not displayed properly.

pull/2521/head
Siegfried Pammer 4 years ago
parent
commit
1c5c253fa5
  1. 2
      ILSpy/Controls/ResourceObjectTable.xaml

2
ILSpy/Controls/ResourceObjectTable.xaml

@ -17,7 +17,7 @@ @@ -17,7 +17,7 @@
<SolidColorBrush Color="#CCCC33" Opacity="0.15" />
</AlternationConverter>
<Style x:Key="alternatingWithBinding"
TargetType="{x:Type ListBoxItem}" BasedOn="{StaticResource {x:Type ListBoxItem}}">
TargetType="{x:Type ListViewItem}" BasedOn="{StaticResource {x:Type ListViewItem}}">
<Setter Property="Background"
Value="{Binding RelativeSource={RelativeSource Self},
Path=(ItemsControl.AlternationIndex),

Loading…
Cancel
Save