Don't show the header widget in bufferviews
authorManuel Nickschas <sputnick@quassel-irc.org>
Sun, 16 Aug 2009 11:06:53 +0000 (13:06 +0200)
committerManuel Nickschas <sputnick@quassel-irc.org>
Sun, 16 Aug 2009 11:06:53 +0000 (13:06 +0200)
This just wastes valuable space and looks ugly.

src/uisupport/bufferview.cpp

index e477ba1..30007d9 100644 (file)
@@ -67,6 +67,8 @@ void BufferView::init() {
   setIndentation(10);
   expandAll();
 
+  header()->hide(); // nobody seems to use this anyway
+
   setAnimated(true);
 
 #ifndef QT_NO_DRAGANDDROP