fix: The emoji color selector animation is out of bounds (#14841)

Issue #14744
This commit is contained in:
mdias 2024-05-17 18:43:54 +01:00 committed by GitHub
parent d2f73cd88f
commit 694b3c3488
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -225,6 +225,7 @@ Popup {
Row {
id: skinToneEmoji
property bool expandSkinColorOptions: false
clip: true
width: expandSkinColorOptions ? (22 * skinColorEmojiRepeater.count) : 22
height: 22
opacity: expandSkinColorOptions ? 1.0 : 0.0