diff --git a/ILSpy/Metadata/Helpers.cs b/ILSpy/Metadata/Helpers.cs index c4cbe7155..5e43a8974 100644 --- a/ILSpy/Metadata/Helpers.cs +++ b/ILSpy/Metadata/Helpers.cs @@ -54,7 +54,7 @@ namespace ICSharpCode.ILSpy.Metadata CanUserAddRows = false, CanUserDeleteRows = false, CanUserReorderColumns = false, - RowHeaderWidth = 0, + HeadersVisibility = DataGridHeadersVisibility.Column, EnableColumnVirtualization = true, EnableRowVirtualization = true, RowHeight = 20, diff --git a/ILSpy/themes/DarkTheme.xaml b/ILSpy/themes/DarkTheme.xaml index 976a981da..862f80608 100644 --- a/ILSpy/themes/DarkTheme.xaml +++ b/ILSpy/themes/DarkTheme.xaml @@ -52,7 +52,7 @@ - + MediumVioletRed CornflowerBlue diff --git a/ILSpy/themes/LightTheme.xaml b/ILSpy/themes/LightTheme.xaml index 7997c8729..4772cfd78 100644 --- a/ILSpy/themes/LightTheme.xaml +++ b/ILSpy/themes/LightTheme.xaml @@ -47,6 +47,6 @@ - + \ No newline at end of file