We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 693e400 commit e156b9dCopy full SHA for e156b9d
src/qt/qrimagewidget.cpp
@@ -71,6 +71,7 @@ bool QRImageWidget::setQR(const QString& data, const QString& text)
71
72
if (!text.isEmpty()) {
73
QFont font = GUIUtil::fixedPitchFont();
74
+ font.setStyleStrategy(QFont::NoAntialias);
75
QRect paddedRect = qrAddrImage.rect();
76
77
// calculate ideal font size
0 commit comments