Update dependencies

This commit is contained in:
2024-04-18 16:13:09 +02:00
parent e7bfc69842
commit 21fe5bc094
5 changed files with 16 additions and 16 deletions

View File

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