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.
This commit is contained in:
Mark Liversedge
2014-06-20 16:21:00 +01:00
parent 65a45eb508
commit 4e0ef64a90

View File

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