Browse Source

Fit and finish: Resource table.

pull/301/head
Ed Harvey 14 years ago
parent
commit
f200847ccd
  1. 8
      ILSpy/Controls/ResourceObjectTable.xaml
  2. 8
      ILSpy/Controls/ResourceStringTable.xaml

8
ILSpy/Controls/ResourceObjectTable.xaml

@ -17,8 +17,8 @@ @@ -17,8 +17,8 @@
TargetType="{x:Type ListBoxItem}">
<Setter Property="Background"
Value="{Binding RelativeSource={RelativeSource Self},
Path=(ItemsControl.AlternationIndex),
Converter={StaticResource BackgroundConverter}}" />
Path=(ItemsControl.AlternationIndex),
Converter={StaticResource BackgroundConverter}}" />
</Style>
</Grid.Resources>
<Grid.RowDefinitions>
@ -28,10 +28,10 @@ @@ -28,10 +28,10 @@
<Label Content="Other Resources"
FontFamily="Segoe UI"
FontWeight="Bold"
FontSize="14" />
FontSize="12pt" />
<ListView Name="resourceListView"
FontFamily="Segoe UI"
FontSize="12"
FontSize="9pt"
Foreground="Black"
Grid.Row="1"
AlternationCount="2"

8
ILSpy/Controls/ResourceStringTable.xaml

@ -18,8 +18,8 @@ @@ -18,8 +18,8 @@
TargetType="{x:Type ListBoxItem}">
<Setter Property="Background"
Value="{Binding RelativeSource={RelativeSource Self},
Path=(ItemsControl.AlternationIndex),
Converter={StaticResource BackgroundConverter}}" />
Path=(ItemsControl.AlternationIndex),
Converter={StaticResource BackgroundConverter}}" />
</Style>
</Grid.Resources>
<Grid.RowDefinitions>
@ -29,10 +29,10 @@ @@ -29,10 +29,10 @@
<Label Content="String Table"
FontFamily="Segoe UI"
FontWeight="Bold"
FontSize="14" />
FontSize="12pt" />
<ListView Name="resourceListView"
FontFamily="Segoe UI"
FontSize="12"
FontSize="9pt"
Foreground="Black"
Grid.Row="1"
AlternationCount="2"

Loading…
Cancel
Save