From f0f6644fae8673378936a15781ce96e55f66bec4 Mon Sep 17 00:00:00 2001 From: Bert Date: Sun, 20 Feb 2011 00:28:28 +0100 Subject: Replaced -T flag with -tt; default thumbnail size --- config.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'config.h') diff --git a/config.h b/config.h index 93bc424..0646787 100644 --- a/config.h +++ b/config.h @@ -22,4 +22,5 @@ static const float zoom_levels[] = { 100.0, 150.0, 200.0, 400.0, 800.0 }; -#define THUMB_SIZE 50 +/* default dimension of thumbnails (width == height): */ +#define THUMB_SIZE 60 -- cgit v1.2.3-54-g00ecf