summaryrefslogtreecommitdiff
path: root/util
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@behdad.org>2012-05-12 15:41:48 +0200
committerBehdad Esfahbod <behdad@behdad.org>2012-05-12 15:41:48 +0200
commit2097951110e33fe091ed9515ae77e2683c46c889 (patch)
tree50f4161a49e5b5d1b14c0e31bdedd7eaeefcefe0 /util
parent737dded2e08fcc19935db51c05201a987184d337 (diff)
[util] Change default font size of hb-view to 256
Most common usecase of hb-view is to test rendering of short words for testing / inspection. Not having to type "--font-size 150" each time isn't such a bad idea...
Diffstat (limited to 'util')
-rw-r--r--util/options.hh4
1 files changed, 2 insertions, 2 deletions
diff --git a/util/options.hh b/util/options.hh
index 15d9402d..ec51ed3c 100644
--- a/util/options.hh
+++ b/util/options.hh
@@ -102,10 +102,10 @@ struct option_parser_t
};
-#define DEFAULT_MARGIN 18
+#define DEFAULT_MARGIN 64
#define DEFAULT_FORE "#000000"
#define DEFAULT_BACK "#FFFFFF"
-#define DEFAULT_FONT_SIZE 36
+#define DEFAULT_FONT_SIZE 256
struct view_options_t : option_group_t
{