mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-29 19:22:57 +02:00
BUGZ-1339: Disable the Emote Indicator animation to prevent it from being 'jittery'
This commit is contained in:
parent
51ef37fd27
commit
e9eb07d388
1 changed files with 2 additions and 1 deletions
|
@ -45,7 +45,8 @@ Rectangle {
|
||||||
}
|
}
|
||||||
|
|
||||||
Behavior on requestedWidth {
|
Behavior on requestedWidth {
|
||||||
enabled: true
|
enabled: false // Set this to `true` once we have a different windowing system that better supports on-screen widgets
|
||||||
|
// like the Emote Indicator.
|
||||||
SmoothedAnimation { duration: 220 }
|
SmoothedAnimation { duration: 220 }
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue