From 90536d7963fa30b3cb86b8797a7869612305073b Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Wed, 29 May 2013 17:40:04 +0200 Subject: scale to double size by default --- cqrlogo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cqrlogo.c') diff --git a/cqrlogo.c b/cqrlogo.c index 08de12d..b76fb13 100644 --- a/cqrlogo.c +++ b/cqrlogo.c @@ -13,7 +13,7 @@ #include #include -#define QRCODE_SCALE 3 +#define QRCODE_SCALE 2 GdkPixbuf * encode_qrcode (char *text) { QRcode *qrcode; -- cgit v1.2.3-54-g00ecf