mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-09-03 08:05:12 +00:00
Fixed logo size in box of invite link QR code generation.
This commit is contained in:
@@ -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));
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user