aboutsummaryrefslogtreecommitdiff
path: root/stow/sxiv
diff options
context:
space:
mode:
Diffstat (limited to 'stow/sxiv')
-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