diff options
author | InigoGutierrez <inigogf.95@gmail.com> | 2023-06-22 17:40:44 +0200 |
---|---|---|
committer | InigoGutierrez <inigogf.95@gmail.com> | 2023-06-22 17:40:44 +0200 |
commit | f7e1128a71c862ab3b5eb6bc0ad5996c1df44fa6 (patch) | |
tree | e9cd943be21bdfc37d1065f6547186f599cbdaed /stow/sxiv/repos | |
parent | 22bbedd73e2b31b5188b38ca3166e146c5f3d431 (diff) | |
download | configs-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.h | 4 |
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 |