mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-21 22:24:07 +01:00
Merge pull request #1003 from Ckath/fixscale
stop emotes from being cut off (pajlada-dev)
This commit is contained in:
commit
ef81029374
1 changed files with 1 additions and 1 deletions
|
@ -157,7 +157,7 @@ void MessageLayoutContainer::breakLine()
|
|||
int yExtra = 0;
|
||||
if (isCompactEmote)
|
||||
{
|
||||
// yExtra = (COMPACT_EMOTES_OFFSET / 2) * this->scale_;
|
||||
yExtra = (COMPACT_EMOTES_OFFSET / 2) * this->scale_;
|
||||
}
|
||||
|
||||
// if (element->getCreator().getFlags() &
|
||||
|
|
Loading…
Reference in a new issue