2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 06:26:18 +00:00

Update some icons.

This commit is contained in:
John Preston
2022-02-25 16:11:49 +03:00
parent aa012b6d0b
commit 1710863231
668 changed files with 180 additions and 272 deletions

View File

@@ -566,7 +566,7 @@ void Generator::paintComposeArea() {
emojiIcon.paint(*_p, attachEmojiLeft + emojiIconLeft, controlsTop + emojiIconTop, _rect.width());
auto pen = st::historyEmojiCircleFg[_palette]->p;
pen.setWidth(st::historyEmojiCircleLine);
pen.setWidthF(style::ConvertScaleExact(st::historyEmojiCircleLine));
pen.setCapStyle(Qt::RoundCap);
_p->setPen(pen);
_p->setBrush(Qt::NoBrush);