From 2e2019dea7087937d7bcc0e9bd2598d61a758b65 Mon Sep 17 00:00:00 2001 From: Berthold Stoeger Date: Tue, 19 Jan 2021 12:59:56 +0100 Subject: statistics: move colors to statscolors.h Most colors were already collected there, but a few were dispersed throughout the source files. For future themeability, move the remaining colors to this common place. Signed-off-by: Berthold Stoeger --- stats/legend.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'stats/legend.cpp') diff --git a/stats/legend.cpp b/stats/legend.cpp index d0a5c19b1..fc8656828 100644 --- a/stats/legend.cpp +++ b/stats/legend.cpp @@ -12,8 +12,6 @@ static const double legendBoxBorderSize = 1.0; static const double legendBoxBorderRadius = 4.0; // radius of rounded corners static const double legendBoxScale = 0.8; // 1.0: text-height of the used font static const double legendInternalBorderSize = 2.0; -static const QColor legendColor(0x00, 0x8e, 0xcc, 192); // Note: fourth argument is opacity -static const QColor legendBorderColor(Qt::black); Legend::Legend(StatsView &view, const std::vector &names) : ChartRectItem(view, ChartZValue::Legend, -- cgit v1.2.3-70-g09d2