Making ChatItems in the first column full-height. Also fixes BR #272.
[quassel.git] / src / qtui / chatitem.h
index b0375d6..8de74d0 100644 (file)
@@ -55,7 +55,7 @@ class ChatItem : public QGraphicsItem {
     virtual QVariant data(int role) const;
 
     // returns height
-    qreal setWidth(qreal width);
+    qreal setGeometry(qreal width, qreal height = -1);
 
     // selection stuff, to be called by the scene
     void clearSelection();