From 239952b03e9757f5032f47e92f108d0ee0e250d4 Mon Sep 17 00:00:00 2001 From: Lars Magne Ingebrigtsen Date: Thu, 23 Sep 2010 00:58:01 +0000 Subject: [PATCH] gnus-html.el: Embiggen pictures slightly. --- lisp/gnus/ChangeLog | 5 +++++ lisp/gnus/gnus-html.el | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog index db46e04b96a..160c74599e2 100644 --- a/lisp/gnus/ChangeLog +++ b/lisp/gnus/ChangeLog @@ -1,3 +1,8 @@ +2010-09-23 Lars Magne Ingebrigtsen + + * gnus-html.el (gnus-max-image-proportion): Increase proportion to + 0.9. + 2010-09-22 Lars Magne Ingebrigtsen * nnimap.el (nnimap-parse-flags): Parse the data in any order. diff --git a/lisp/gnus/gnus-html.el b/lisp/gnus/gnus-html.el index 6879bb20be9..8acd6f8679c 100644 --- a/lisp/gnus/gnus-html.el +++ b/lisp/gnus/gnus-html.el @@ -62,7 +62,7 @@ :group 'gnus-art :type 'regexp) -(defcustom gnus-max-image-proportion 0.7 +(defcustom gnus-max-image-proportion 0.9 "How big pictures displayed are in relation to the window they're in. A value of 0.7 means that they are allowed to take up 70% of the width and height of the window. If they are larger than this, -- 2.39.5