From 912c5ff80a255edb8145b9db69e2ed828f8eab5c Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Sun, 13 May 2012 12:51:02 +0200 Subject: [PATCH] Reduce default margin --- util/options.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/options.hh b/util/options.hh index 6b2b226a7..dec165bef 100644 --- a/util/options.hh +++ b/util/options.hh @@ -105,7 +105,7 @@ struct option_parser_t }; -#define DEFAULT_MARGIN 64 +#define DEFAULT_MARGIN 16 #define DEFAULT_FORE "#000000" #define DEFAULT_BACK "#FFFFFF" #define DEFAULT_FONT_SIZE 256