mirror of
https://git.jami.net/savoirfairelinux/jami-client-qt.git
synced 2025-09-10 03:53:23 +02:00
misc: prevent tooltips from being clipped by the main window
Change-Id: Id46bb3920e992101561fcb558fb4f8cb7571f6b1
This commit is contained in:
parent
f42cd49c25
commit
a3aea50985
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue