From: Manuel Nickschas Date: Sun, 16 Aug 2009 11:06:53 +0000 (+0200) Subject: Don't show the header widget in bufferviews X-Git-Tag: 0.5-rc1~62 X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=commitdiff_plain;h=119114e986ac8e05ca9698643cf749c24a1ef147 Don't show the header widget in bufferviews This just wastes valuable space and looks ugly. --- diff --git a/src/uisupport/bufferview.cpp b/src/uisupport/bufferview.cpp index e477ba11..30007d91 100644 --- a/src/uisupport/bufferview.cpp +++ b/src/uisupport/bufferview.cpp @@ -67,6 +67,8 @@ void BufferView::init() { setIndentation(10); expandAll(); + header()->hide(); // nobody seems to use this anyway + setAnimated(true); #ifndef QT_NO_DRAGANDDROP