mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-18 07:07:08 +02:00
Make loading emoji set icons look nicer.
This commit is contained in:
parent
d511f2bb90
commit
4942154a9c
1 changed files with 1 additions and 1 deletions
|
@ -1250,7 +1250,7 @@ void StickersListFooter::paintSetIcon(
|
|||
const auto y = _iconsTop + (st().footer - icon.pixh) / 2;
|
||||
if (icon.custom) {
|
||||
icon.custom->paint(p, Ui::Text::CustomEmoji::Context{
|
||||
.preview = st::emojiIconFg->c,
|
||||
.preview = st::windowBgRipple->c,
|
||||
.size = QSize(icon.pixw, icon.pixh),
|
||||
.now = now,
|
||||
.scale = context.progress,
|
||||
|
|
Loading…
Add table
Reference in a new issue