mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-07 23:53:58 +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());
|
size.height());
|
||||||
const auto radius = st::introQrBackgroundRadius;
|
const auto radius = st::introQrBackgroundRadius;
|
||||||
const auto skip = st::introQrBackgroundSkip;
|
const auto skip = st::introQrBackgroundSkip;
|
||||||
|
auto hq = PainterHighQualityEnabler(p);
|
||||||
p.setPen(Qt::NoPen);
|
p.setPen(Qt::NoPen);
|
||||||
p.setBrush(Qt::white);
|
p.setBrush(Qt::white);
|
||||||
p.drawRoundedRect(
|
p.drawRoundedRect(
|
||||||
|
|
Loading…
Add table
Reference in a new issue