Merge pull request #2412 from jplsek/tooltip-update

Include list info in tooltip
This commit is contained in:
Kevin Ottens 2020-09-15 13:50:39 +02:00 committed by GitHub
commit 8aaa533a3e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -540,9 +540,9 @@ Window {
ToolTip {
visible: activityMouseArea.containsMouse
text: activityTextTitle.text
text: activityTextTitle.text + ((activityTextInfo.text !== "") ? "\n\n" + activityTextInfo.text : "")
delay: 250
timeout: 3000
timeout: 10000
}
}
Button {