Variable: image-dired-display-window-height-correction

image-dired-display-window-height-correction is a customizable variable defined in image-dired.el.gz.

Value

0

Documentation

Number to be used to correct image display window height.

Change if the default (0) does not work (i.e. if the image does not completely fit).

Source Code

;; Defined in /usr/src/emacs/lisp/image-dired.el.gz
(defcustom image-dired-display-window-height-correction 0
  "Number to be used to correct image display window height.
Change if the default (0) does not work (i.e. if the image does not
completely fit)."
  :type 'integer)