From 4449842705b56abca294f804b30272bbd0bda874 Mon Sep 17 00:00:00 2001 From: tom-englert Date: Sat, 20 Mar 2021 18:32:14 +0100 Subject: [PATCH] Fix double border around tree view, better contrast for borders --- ILSpy/MainWindow.xaml | 2 +- ILSpy/themes/DarkTheme.xaml | 2 +- ILSpy/themes/LightTheme.xaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ILSpy/MainWindow.xaml b/ILSpy/MainWindow.xaml index 7cc334097..5dbd9b720 100644 --- a/ILSpy/MainWindow.xaml +++ b/ILSpy/MainWindow.xaml @@ -32,7 +32,7 @@ ShowRoot="False" AllowDropOrder="True" AllowDrop="True" - BorderThickness="0,1,1,1" Visibility="Visible" /> + BorderThickness="0" Visibility="Visible" /> diff --git a/ILSpy/themes/DarkTheme.xaml b/ILSpy/themes/DarkTheme.xaml index f1125651c..976a981da 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 4772cfd78..7997c8729 100644 --- a/ILSpy/themes/LightTheme.xaml +++ b/ILSpy/themes/LightTheme.xaml @@ -47,6 +47,6 @@ - + \ No newline at end of file