Browse Source

Fit and finish: Resource table.

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

4
ILSpy/Controls/ResourceObjectTable.xaml

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

4
ILSpy/Controls/ResourceStringTable.xaml

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