mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 06:26:18 +00:00
Update some icons.
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user