mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-21 22:24:07 +01:00
but dont fuck up the (dis/re)connected messages
This commit is contained in:
parent
11f01947a7
commit
1c8373432c
1 changed files with 1 additions and 1 deletions
|
@ -165,7 +165,7 @@ void MessageLayoutContainer::breakLine()
|
||||||
// {
|
// {
|
||||||
if (element->getRect().height() < this->textLineHeight_)
|
if (element->getRect().height() < this->textLineHeight_)
|
||||||
{
|
{
|
||||||
yExtra -= (this->textLineHeight_ - element->getRect().height()) / 2;
|
//yExtra -= (this->textLineHeight_ - element->getRect().height()) / 2;
|
||||||
}
|
}
|
||||||
|
|
||||||
element->setPosition(
|
element->setPosition(
|
||||||
|
|
Loading…
Reference in a new issue