2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 06:35:14 +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);

View File

@@ -219,8 +219,8 @@ windowOutdatedSkip: 6px;
windowOutdatedClose: IconButton(defaultIconButton) {
width: 60px;
height: 60px;
icon: icon {{ "info_close", outdatedFg }};
iconOver: icon {{ "info_close", outdatedFg }};
icon: icon {{ "info/info_close", outdatedFg }};
iconOver: icon {{ "info/info_close", outdatedFg }};
iconPosition: point(-1px, -1px);
}