Philipp Hörist pushed to branch modal at gajim / gajim
Commits:
21514ad8 by Philipp Hörist at 2026-07-26T17:29:09+02:00
new: QRCode: Reduce border size
- - - - -
1 changed file:
- gajim/common/helpers.py
Changes:
=====================================
gajim/common/helpers.py
=====================================
@@ -159,7 +159,7 @@ def generate_qr_code(content: str) -> Gdk.Texture:
version=None,
error_correction=qrcode.constants.ERROR_CORRECT_L,
box_size=6,
- border=4,
+ border=2,
)
qr.add_data(content)
qr.make(fit=True)
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/21514ad8868518dda575be150ce7fbf9ead1ee9e
--
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/21514ad8868518dda575be150ce7fbf9ead1ee9e
You're receiving this email because of your account on dev.gajim.org.
_______________________________________________
Commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]