Increased delay by 20% per feedback
This commit is contained in:
committed by
borgmanJeremy
parent
8aa137b35c
commit
3d266834f7
@@ -9,7 +9,7 @@ int StyleOverride::styleHint(StyleHint hint,
|
||||
QStyleHintReturn* returnData) const
|
||||
{
|
||||
if (hint == SH_ToolTip_WakeUpDelay) {
|
||||
return 500;
|
||||
return 600;
|
||||
} else {
|
||||
return baseStyle()->styleHint(hint, option, widget, returnData);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user