upstream_changes #11

Merged
medvedych merged 5 commits from upstream_changes into master 2023-11-20 00:54:47 +03:00
Showing only changes of commit 63f4b37655 - Show all commits

View file

@ -687,7 +687,7 @@ ListItem {
Image {
id: emojiPicture
source: Emoji.getEmojiPath(modelData)
width: Theme.fontSizeLarge
width: status === Image.Ready ? Theme.fontSizeLarge : 0
height: Theme.fontSizeLarge
}