mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-15 21:57:10 +02:00
Correct pen width in TTL dialogs badge.
This commit is contained in:
parent
587715a966
commit
1a9c6749ae
1 changed files with 1 additions and 1 deletions
|
@ -107,7 +107,7 @@ void PaintCornerBadgeTTLFrame(
|
|||
auto pen = QPen(st::premiumButtonFg);
|
||||
pen.setJoinStyle(Qt::RoundJoin);
|
||||
pen.setCapStyle(Qt::RoundCap);
|
||||
pen.setWidthF(kPenWidth);
|
||||
pen.setWidthF(style::ConvertScaleExact(kPenWidth));
|
||||
|
||||
q.setPen(pen);
|
||||
q.setBrush(Qt::NoBrush);
|
||||
|
|
Loading…
Add table
Reference in a new issue