Increase image-dired-thumb-size to 128

* lisp/image/image-dired.el (image-dired-thumb-size): Increase default
to 128.
This commit is contained in:
Stefan Kangas 2022-09-18 00:21:12 +02:00
parent f5f296b080
commit 5cceb6d6ac
2 changed files with 6 additions and 2 deletions

View file

@ -2117,6 +2117,9 @@ thumbnails in the background in recent versions, this is not as
important as it used to be. You can now also customize this option to
nil to disable this confirmation completely.
---
*** 'image-dired-thumb-size' increased to 128.
---
*** 'image-dired-thumb-(height|width)' are now obsolete.
Customize 'image-dired-thumb-size' instead, which will set both the

View file

@ -233,12 +233,13 @@ original file with `image-dired-temp-rotate-image-file'."
('standard-large 256)
('standard-x-large 512)
('standard-xx-large 1024)
(_ 100))
(_ 128))
"Default size of thumbnails in pixels.
The value of this option is ignored if Image-Dired is customized
to use the Thumbnail Managing Standard; the standard sizes will
be used instead. See `image-dired-thumbnail-storage'."
:type 'natnum)
:type 'natnum
:version "29.1")
(defcustom image-dired-thumb-relief 2
"Size of button-like border around thumbnails."