From 21fe5bc0944cf90d8b4aaf08bbc90fb99088f970 Mon Sep 17 00:00:00 2001 From: Lorenz Stechauner Date: Thu, 18 Apr 2024 16:13:09 +0200 Subject: [PATCH] Update dependencies --- Elwig/Elwig.csproj | 10 +++++----- Elwig/Windows/ChartWindow.xaml.cs | 2 +- Installer/Installer.wixproj | 4 ++-- Setup/Setup.wixproj | 10 +++++----- Tests/Tests.csproj | 6 +++--- 5 files changed, 16 insertions(+), 16 deletions(-) diff --git a/Elwig/Elwig.csproj b/Elwig/Elwig.csproj index e505d95..94cf916 100644 --- a/Elwig/Elwig.csproj +++ b/Elwig/Elwig.csproj @@ -27,15 +27,15 @@ - - - - + + + + - + diff --git a/Elwig/Windows/ChartWindow.xaml.cs b/Elwig/Windows/ChartWindow.xaml.cs index e2e15f6..d640115 100644 --- a/Elwig/Windows/ChartWindow.xaml.cs +++ b/Elwig/Windows/ChartWindow.xaml.cs @@ -596,7 +596,7 @@ namespace Elwig.Windows { TooltipPlot.Label.Bold = true; TooltipPlot.Label.BorderColor = Colors.Black; TooltipPlot.Label.BorderWidth = 2; - TooltipPlot.Label.BackColor = Colors.White; + TooltipPlot.Label.BackgroundColor = Colors.White; TooltipPlot.Label.Padding = 10; TooltipPlot.Label.Alignment = Alignment.MiddleLeft; } diff --git a/Installer/Installer.wixproj b/Installer/Installer.wixproj index d2756df..005069b 100644 --- a/Installer/Installer.wixproj +++ b/Installer/Installer.wixproj @@ -60,6 +60,6 @@ - + - + \ No newline at end of file diff --git a/Setup/Setup.wixproj b/Setup/Setup.wixproj index 4252aa8..410481d 100644 --- a/Setup/Setup.wixproj +++ b/Setup/Setup.wixproj @@ -5,15 +5,15 @@ de-AT - - + + ElwigProjectDir=..\Elwig - - + + - + \ No newline at end of file diff --git a/Tests/Tests.csproj b/Tests/Tests.csproj index 849befc..9b0f129 100644 --- a/Tests/Tests.csproj +++ b/Tests/Tests.csproj @@ -21,13 +21,13 @@ - + - + all runtime; build; native; contentfiles; analyzers; buildtransitive - + all runtime; build; native; contentfiles; analyzers; buildtransitive