fixing some issues with clipped lines (sorry guys this wont fix the issues with propo...
[quassel.git] / src / qtui / chatline.cpp
index bac4991..1351ee5 100644 (file)
@@ -97,8 +97,8 @@ void ChatLine::setSecondColumn(const qreal &senderWidth, const qreal &contentsWi
 
   _contentsItem.setPos(contentsPos);
 
-  _timestampItem.clearLayout();
   _senderItem.clearLayout();
+  _contentsItem.clearLayout();
 
   if(needGeometryChange)
     prepareGeometryChange();