aboutsummaryrefslogtreecommitdiffstats
path: root/config.h
diff options
context:
space:
mode:
authorBert <ber.t@gmx.com>2011-02-20 00:28:28 +0100
committerBert <ber.t@gmx.com>2011-02-20 00:28:28 +0100
commitf0f6644fae8673378936a15781ce96e55f66bec4 (patch)
tree69e539a0292ab8441de45de3fc924e87daef8a7a /config.h
parenta30901210cfde971bac780b5c0bbdeda215ea809 (diff)
downloadnsxiv-f0f6644fae8673378936a15781ce96e55f66bec4.tar.zst
Replaced -T flag with -tt; default thumbnail size
Diffstat (limited to 'config.h')
-rw-r--r--config.h3
1 files changed, 2 insertions, 1 deletions
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