diff options
author | mousebot <mousebot@riseup.net> | 2021-10-20 15:34:57 +0200 |
---|---|---|
committer | mousebot <mousebot@riseup.net> | 2021-10-20 15:34:57 +0200 |
commit | 2cc4b252fc4914fea702dc4919e847b749050177 (patch) | |
tree | f658b1df8bad68104b395921ccb34d447c540de1 /lisp/mastodon-media.el | |
parent | 1d94efdb2de1238cde0673d07e8268ff821ab815 (diff) | |
parent | b74f24d483d3f7a478fc93eae21aa8c1e6154e24 (diff) |
Merge branch 'develop' into ments-completion
Diffstat (limited to 'lisp/mastodon-media.el')
-rw-r--r-- | lisp/mastodon-media.el | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/lisp/mastodon-media.el b/lisp/mastodon-media.el index b58eab6..a401de5 100644 --- a/lisp/mastodon-media.el +++ b/lisp/mastodon-media.el @@ -47,7 +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 80 + "Height of the attached images preview in the toot draft buffer." :group 'mastodon-media :type 'integer) |