Hard-code black background and gray text for cover widget tooltip.

BUG:134
This commit is contained in:
craig.p.drummond@gmail.com
2012-11-27 12:14:22 +00:00
committed by craig.p.drummond@gmail.com
parent edc77873dd
commit 71fee38278
2 changed files with 2 additions and 0 deletions

View File

@@ -111,6 +111,7 @@
62. Install Cantata-specific KDE icons into
/usr/share/kde4/apps/cantata/icons/hicolor/
63. When refresh button is pressed send an update and stats request to MPD.
64. Hard-code black background and gray text for cover widget tooltip.
0.8.3.1
-------

View File

@@ -155,6 +155,7 @@ bool CoverWidget::eventFilter(QObject *object, QEvent *event)
toolTip+=QString("<br/><img src=\"%1\"/>").arg(coverFileName);
}
}
setStyleSheet(QLatin1String("QToolTip {background-color:#111111; color: #DDDDDD}"));
setToolTip(toolTip);
}
return QObject::eventFilter(object, event);