fix: The emoji color selector animation is out of bounds (#14841)
Issue #14744
This commit is contained in:
parent
d2f73cd88f
commit
694b3c3488
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue