X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fuisupport%2Fbufferview.cpp;h=ecaf7e948f2f971429b8c4f1718b882794453dbe;hb=1a128cd0ec1bb913e6d5fb4832834ba75abcfe32;hp=e477ba11db78620890609e71417128e881e72076;hpb=df38e82953be7b676871f7215053a005decb90d1;p=quassel.git diff --git a/src/uisupport/bufferview.cpp b/src/uisupport/bufferview.cpp index e477ba11..ecaf7e94 100644 --- a/src/uisupport/bufferview.cpp +++ b/src/uisupport/bufferview.cpp @@ -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);