included qca2 into build system
[quassel.git] / src / uisupport / bufferview.cpp
index e477ba1..ecaf7e9 100644 (file)
@@ -67,8 +67,13 @@ void BufferView::init() {
   setIndentation(10);
   expandAll();
 
+  header()->hide(); // nobody seems to use this anyway
+
   setAnimated(true);
 
+  // FIXME This is to workaround bug #663
+  setUniformRowHeights(true);
+
 #ifndef QT_NO_DRAGANDDROP
   setDragEnabled(true);
   setAcceptDrops(true);