mirror of
https://github.com/Qz3rK/tdesktop.git
synced 2026-07-03 14:15:08 +02:00
Improve black-and-white QR code border.
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user