aboutsummaryrefslogtreecommitdiffstats
path: root/cqrlogo.c
diff options
context:
space:
mode:
Diffstat (limited to 'cqrlogo.c')
-rw-r--r--cqrlogo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cqrlogo.c b/cqrlogo.c
index 08de12d..b76fb13 100644
--- a/cqrlogo.c
+++ b/cqrlogo.c
@@ -13,7 +13,7 @@
#include <gdk-pixbuf/gdk-pixbuf.h>
#include <qrencode.h>
-#define QRCODE_SCALE 3
+#define QRCODE_SCALE 2
GdkPixbuf * encode_qrcode (char *text) {
QRcode *qrcode;