mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-21 22:24:07 +01:00
change comment to original so it doesnt cause a change
This commit is contained in:
parent
1c8373432c
commit
b49c21a515
1 changed files with 2 additions and 1 deletions
|
@ -165,7 +165,8 @@ 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