EionRobb / purple-discord

A libpurple/Pidgin plugin for Discord
GNU General Public License v3.0
382 stars 43 forks source link

Custom emoji showing at far greater size than line height #396

Closed pseudomonas closed 2 years ago

pseudomonas commented 2 years ago

Custom emoji in the web interface are shown scaled so their height is equal to text height. This would be nice behaviour to have in a pidgin window too. Otherwise each emoji can take up a fair proportion of the window.

dlmarquis commented 2 years ago

There's a way to do this in vanilla Pidgin. In Pidgin preferences, go to the "Conversations" tab. Towards the end of the prefs list, there is one that says "Resize incoming custom smileys". Tick that, then adjust the maximum size to match your line height.

pseudomonas commented 2 years ago

Well, that worked. Thank you, @dlmarquis for your pidgin-skillz! I don't think there's anything discord-specific that needs adding, so I'll close this issue.