aboutsummaryrefslogtreecommitdiff
path: root/stow/sxiv/repos
diff options
context:
space:
mode:
authorInigoGutierrez <inigogf.95@gmail.com>2023-06-22 17:40:44 +0200
committerInigoGutierrez <inigogf.95@gmail.com>2023-06-22 17:40:44 +0200
commitf7e1128a71c862ab3b5eb6bc0ad5996c1df44fa6 (patch)
treee9cd943be21bdfc37d1065f6547186f599cbdaed /stow/sxiv/repos
parent22bbedd73e2b31b5188b38ca3166e146c5f3d431 (diff)
downloadconfigs-f7e1128a71c862ab3b5eb6bc0ad5996c1df44fa6.tar.gz
configs-f7e1128a71c862ab3b5eb6bc0ad5996c1df44fa6.zip
jue 22 jun 2023 17:40:44 CEST
Diffstat (limited to 'stow/sxiv/repos')
-rw-r--r--stow/sxiv/repos/sxiv/config.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/stow/sxiv/repos/sxiv/config.h b/stow/sxiv/repos/sxiv/config.h
index 10049ea..f8e6233 100644
--- a/stow/sxiv/repos/sxiv/config.h
+++ b/stow/sxiv/repos/sxiv/config.h
@@ -55,10 +55,10 @@ static const bool ALPHA_LAYER = false;
#ifdef _THUMBS_CONFIG
/* thumbnail sizes in pixels (width == height): */
-static const int thumb_sizes[] = { 32, 64, 96, 128, 160, 200, 260, 400, 450 };
+static const int thumb_sizes[] = { 32, 64, 96, 128, 160, 200, 260, 340, 400, 450 };
/* thumbnail size at startup, index into thumb_sizes[]: */
-static const int THUMB_SIZE = 3;
+static const int THUMB_SIZE = 7;
#endif
#ifdef _MAPPINGS_CONFIG