Try workarounding bug #663 ("Teh Systray Heisenbug")
[quassel.git] / src / uisupport / bufferview.cpp
index 28d03a4..45ff000 100644 (file)
@@ -75,6 +75,9 @@ void BufferView::init() {
 
   setAnimated(true);
 
+  // FIXME This is to workaround bug #663
+  setUniformRowHeights(true);
+
 #ifndef QT_NO_DRAGANDDROP
   setDragEnabled(true);
   setAcceptDrops(true);