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/informationbox.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'stats/informationbox.cpp') diff --git a/stats/informationbox.cpp b/stats/informationbox.cpp index 02fdb9e97..29731acc6 100644 --- a/stats/informationbox.cpp +++ b/stats/informationbox.cpp @@ -5,8 +5,6 @@ #include -static const QColor informationBorderColor(Qt::black); -static const QColor informationColor(0xff, 0xff, 0x00, 192); // Note: fourth argument is opacity static const int informationBorder = 2; static const double informationBorderRadius = 4.0; // Radius of rounded corners static const int distanceFromPointer = 10; // Distance to place box from mouse pointer or scatter item -- cgit v1.2.3-70-g09d2