From 4e0ef64a90c0a06f1684db5e7de5b02168dc3eab Mon Sep 17 00:00:00 2001 From: Mark Liversedge Date: Fri, 20 Jun 2014 16:21:00 +0100 Subject: [PATCH] Tooltip Color .. changed from yellow to light gray to be more theme neutral and align with the colors across the rest of the base gc colors. --- src/PowerHist.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/PowerHist.h b/src/PowerHist.h index 2c5ae7ed3..cf1e8aa36 100644 --- a/src/PowerHist.h +++ b/src/PowerHist.h @@ -64,7 +64,7 @@ class penTooltip: public QwtPlotZoomer } virtual QwtText trackerText(const QPoint &/*pos*/) const { - QColor bg = QColor(255,255, 170); // toolyip yellow + QColor bg = QColor(Qt::lightGray); #if QT_VERSION >= 0x040300 bg.setAlpha(200); #endif