mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 22:54:01 +02:00
Improve black-and-white QR code border.
This commit is contained in:
parent
c360bb9da4
commit
1d64b53cd0
1 changed files with 1 additions and 0 deletions
|
@ -129,6 +129,7 @@ namespace {
|
|||
size.height());
|
||||
const auto radius = st::introQrBackgroundRadius;
|
||||
const auto skip = st::introQrBackgroundSkip;
|
||||
auto hq = PainterHighQualityEnabler(p);
|
||||
p.setPen(Qt::NoPen);
|
||||
p.setBrush(Qt::white);
|
||||
p.drawRoundedRect(
|
||||
|
|
Loading…
Add table
Reference in a new issue