anastasis-gtk

Demonstrator GUI for Anastasis
Log | Files | Refs | README | LICENSE

commit 3e570a524ba72f8db6c90b32a6812be401ae4767
parent 1e75bcbb69f5042c935982c81666e5e1ddb10410
Author: Christian Grothoff <christian@grothoff.org>
Date:   Wed, 13 Apr 2022 13:53:49 +0200

-reduce QR code image scale

Diffstat:
Msrc/anastasis/anastasis-gtk_helper.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/anastasis/anastasis-gtk_helper.c b/src/anastasis/anastasis-gtk_helper.c @@ -409,7 +409,7 @@ AG_setup_qrcode (GtkWidget *w, scale = 3; else scale = 2; - return create_qrcode (3 * scale, + return create_qrcode (scale, text, text_size); }