Remove unnecessary margin for ChatItems
[quassel.git] / src / qtui / chatitem.cpp
index bfd255c..a3f3d30 100644 (file)
@@ -46,7 +46,6 @@ QVariant ChatItem::data(int role) const {
 }
 
 int ChatItem::setWidth(int w) {
-  w -= 10;
   if(w == _boundingRect.width()) return _boundingRect.height();
   _boundingRect.setWidth(w);
   int h = heightForWidth(w);