X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fuisupport%2Fbufferview.cpp;h=ecaf7e948f2f971429b8c4f1718b882794453dbe;hp=e477ba11db78620890609e71417128e881e72076;hb=6b43b39928a36f8c7f497a7f9c2de0133e142bd8;hpb=df38e82953be7b676871f7215053a005decb90d1 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);