gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-anastasis-gtk] branch master updated: -reduce QR code image scale


From: gnunet
Subject: [taler-anastasis-gtk] branch master updated: -reduce QR code image scale
Date: Wed, 13 Apr 2022 13:53:51 +0200

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository anastasis-gtk.

The following commit(s) were added to refs/heads/master by this push:
     new 3e570a5  -reduce QR code image scale
3e570a5 is described below

commit 3e570a524ba72f8db6c90b32a6812be401ae4767
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Wed Apr 13 13:53:49 2022 +0200

    -reduce QR code image scale
---
 src/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
index 7099475..b8621ea 100644
--- 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);
 }

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]