make the tooltip popup with the same delay than Qt
svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=868859
This commit is contained in:
parent
748a2b24c7
commit
f49d5e8b14
@ -155,7 +155,7 @@ void ToolTipManager::showToolTip(QGraphicsWidget *widget)
|
|||||||
// which can be too much for less powerful CPUs to keep up with
|
// which can be too much for less powerful CPUs to keep up with
|
||||||
d->showTimer->start(200);
|
d->showTimer->start(200);
|
||||||
} else {
|
} else {
|
||||||
d->showTimer->start(500);
|
d->showTimer->start(700);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user