Sync r822883 from oxygen.
svn path=/trunk/KDE/kdebase/workspace/; revision=842512
This commit is contained in:
parent
a82450af5e
commit
e981508f42
1 changed files with 1 additions and 1 deletions
|
@ -412,7 +412,7 @@ void OxygenClient::drawScratch(QPainter *p, QPalette &palette, const int start,
|
|||
{
|
||||
QLinearGradient scratchlg(QPoint(start,0), QPoint(end,0));
|
||||
scratchlg.setColorAt(0.0, Qt::transparent);
|
||||
scratchlg.setColorAt(0.05, palette.color(QPalette::Highlight));
|
||||
scratchlg.setColorAt(0.05, KDecoration::options()->color(ColorTitleBar));
|
||||
scratchlg.setColorAt(1.0, Qt::transparent);
|
||||
QPen pen1(scratchlg, 0.5);
|
||||
|
||||
|
|
Loading…
Reference in a new issue