Merge pull request #16178 from zfox23/noEmoteIndicatorAnimation

BUGZ-1339: Disable the Emote Indicator animation to prevent it from being 'jittery'
This commit is contained in:
Zach Fox 2019-09-11 15:10:18 -07:00 committed by GitHub
commit 3edea5bf13
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -45,7 +45,8 @@ Rectangle {
}
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 }
}