emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 5cceb6d6ac 4/4: Increase image-dired-thumb-size to 128


From: Stefan Kangas
Subject: master 5cceb6d6ac 4/4: Increase image-dired-thumb-size to 128
Date: Sat, 17 Sep 2022 18:21:35 -0400 (EDT)

branch: master
commit 5cceb6d6acf6299f1347133aec7097b8771ff952
Author: Stefan Kangas <stefankangas@gmail.com>
Commit: Stefan Kangas <stefankangas@gmail.com>

    Increase image-dired-thumb-size to 128
    
    * lisp/image/image-dired.el (image-dired-thumb-size): Increase default
    to 128.
---
 etc/NEWS                  | 3 +++
 lisp/image/image-dired.el | 5 +++--
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/etc/NEWS b/etc/NEWS
index 8382d171ca..effd02fead 100644
--- a/etc/NEWS
+++ b/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
diff --git a/lisp/image/image-dired.el b/lisp/image/image-dired.el
index f5725a53ef..c8921cc449 100644
--- a/lisp/image/image-dired.el
+++ b/lisp/image/image-dired.el
@@ -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."



reply via email to

[Prev in Thread] Current Thread [Next in Thread]