Added ability to generate QR code independently from ui scale.

This commit is contained in:
23rd
2024-09-09 22:33:34 +03:00
parent 931fa01337
commit 88daa37e34
2 changed files with 294 additions and 133 deletions
+2 -1
View File
@@ -1121,7 +1121,8 @@ moderateBoxDividerLabel: FlatLabel(boxDividerLabel) {
}
}
profileQrFont: font(fsize bold);
profileQrCenterSize: 34px;
profileQrBackgroundRadius: 12px;
profileQrIcon: icon{{ "qr_mini", windowActiveTextFg }};
profileQrBackgroundSkip: 36px;
profileQrBackgroundMargins: margins(36px, 12px, 36px, 12px);