Skip to content
Snippets Groups Projects
Commit a3aea509 authored by Andreas Traczyk's avatar Andreas Traczyk
Browse files

misc: prevent tooltips from being clipped by the main window

Change-Id: Id46bb3920e992101561fcb558fb4f8cb7571f6b1
parent f42cd49c
No related branches found
No related tags found
No related merge requests found
......@@ -44,12 +44,12 @@ ToolTip {
ParallelAnimation {
id: animation
NumberAnimation {
target: root; properties: "opacity"
target: background; properties: "opacity"
from: 0; to: 1.0
duration: JamiTheme.shortFadeDuration
}
NumberAnimation {
target: root; properties: "scale"
target: background; properties: "scale"
from: 0.5; to: 1.0
duration: JamiTheme.shortFadeDuration * 0.5
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment