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:
@@ -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);
|
||||
|
@@ -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);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user