Remove unnecessary height setting for timeline messages

This will remove some minor flickering (hopefully for good)
This commit is contained in:
Konstantinos Sideris 2018-08-27 21:32:24 +03:00
parent 9f43ff876a
commit 7e16730692
1 changed files with 0 additions and 1 deletions

View File

@ -115,7 +115,6 @@ public:
&TextLabel::adjustHeight);
document()->setDocumentMargin(0);
setFixedHeight(QFontMetrics(QFont()).lineSpacing() + 4);
setSizePolicy(QSizePolicy::Preferred, QSizePolicy::Fixed);
}