diff options
author | Artur Malabarba <bruce.connor.am@gmail.com> | 2015-01-24 02:51:50 -0200 |
---|---|---|
committer | Artur Malabarba <bruce.connor.am@gmail.com> | 2015-01-24 02:51:50 -0200 |
commit | 62592e73af739b898fa401fd3c3503f43e8bb267 (patch) | |
tree | b4ba51b644bc8a165bec8968f163cd276523bb9f | |
parent | 458231a11d0d54f8d7011addd9246661898cb2e0 (diff) |
Larger max width
-rw-r--r-- | sx-question-print.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sx-question-print.el b/sx-question-print.el index 0528944..fe34d9c 100644 --- a/sx-question-print.el +++ b/sx-question-print.el @@ -162,7 +162,7 @@ replaced with the comment." :type 'boolean :group 'sx-question-mode) -(defcustom sx-question-mode-image-max-width 500 +(defcustom sx-question-mode-image-max-width 550 "Maximum width, in pixels, of images in the question buffer." :type 'integer :group 'sx-question-mode) |