* lisp/image/image-dired.el (image-dired-thumb-size): Increase default
to 128.
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
('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."