diff options
-rw-r--r-- | cqrlogo.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |