mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-13 16:18:42 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user