Remove unnecessary margin for ChatItems
authorManuel Nickschas <sputnick@quassel-irc.org>
Tue, 22 Jul 2008 21:44:35 +0000 (23:44 +0200)
committerManuel Nickschas <sputnick@quassel-irc.org>
Sat, 2 Aug 2008 13:17:10 +0000 (15:17 +0200)
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);