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:
parent
f5f296b080
commit
5cceb6d6ac
2 changed files with 6 additions and 2 deletions
3
etc/NEWS
3
etc/NEWS
|
@ -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
|
||||
|
|
|
@ -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."
|
||||
|
|
Loading…
Add table
Reference in a new issue