mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-16 16:47:24 +00:00
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…
x
Reference in New Issue
Block a user