aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormousebot <mousebot@riseup.net>2021-10-15 15:27:22 +0200
committermousebot <mousebot@riseup.net>2021-10-15 15:27:22 +0200
commit46a2f82edf61b370aa5e8432a4f3f17614293e25 (patch)
treeea1af8d6b16e60ea64557511a8f840a4dc1743ee
parent9564994df6ade898831789200d3ac133ba9de07e (diff)
disambiguate media--attachment-height and preview-max-height
-rw-r--r--lisp/mastodon-media.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/mastodon-media.el b/lisp/mastodon-media.el
index fd2a6b7..28fbd19 100644
--- a/lisp/mastodon-media.el
+++ b/lisp/mastodon-media.el
@@ -47,12 +47,12 @@
:type 'integer)
(defcustom mastodon-media--preview-max-height 250
- "Max height of any media attachment preview to be shown."
+ "Max height of any media attachment preview to be shown in timelines."
:group 'mastodon-media
:type 'integer)
-(defcustom mastodon-media--attachment-height 100
- "Height of the attached images preview."
+(defcustom mastodon-media--attachment-height 80
+ "Height of the attached images preview in the toot draft buffer."
:group 'mastodon-media
:type 'integer)