mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-07 07:33:52 +02:00
Fixed logo size in box of invite link QR code generation.
This commit is contained in:
parent
beaa4190eb
commit
b6e77537e2
1 changed files with 2 additions and 2 deletions
|
@ -133,8 +133,8 @@ QImage QrExact(const Qr::Data &data, int pixel, QColor color) {
|
||||||
skip,
|
skip,
|
||||||
skip,
|
skip,
|
||||||
Intro::details::TelegramLogoImage().scaled(
|
Intro::details::TelegramLogoImage().scaled(
|
||||||
logoSize,
|
logoSize * cIntRetinaFactor(),
|
||||||
logoSize,
|
logoSize * cIntRetinaFactor(),
|
||||||
Qt::IgnoreAspectRatio,
|
Qt::IgnoreAspectRatio,
|
||||||
Qt::SmoothTransformation));
|
Qt::SmoothTransformation));
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue