Variable: thumbs-margin
thumbs-margin is a customizable variable defined in thumbs.el.gz.
Value
2
Documentation
Size of the margin around thumbnails.
This is where you see the cursor.
Source Code
;; Defined in /usr/src/emacs/lisp/thumbs.el.gz
(defcustom thumbs-margin 2
"Size of the margin around thumbnails.
This is where you see the cursor."
:type 'integer)