From 41110057f9b0b8a9340fd9634afd9d108a9b0289 Mon Sep 17 00:00:00 2001 From: tom-englert Date: Sun, 21 Mar 2021 18:02:44 +0100 Subject: [PATCH] Fix metadata grid row headers, revert border color. --- ILSpy/Metadata/Helpers.cs | 2 +- ILSpy/themes/DarkTheme.xaml | 2 +- ILSpy/themes/LightTheme.xaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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