From 119114e986ac8e05ca9698643cf749c24a1ef147 Mon Sep 17 00:00:00 2001 From: Manuel Nickschas Date: Sun, 16 Aug 2009 13:06:53 +0200 Subject: [PATCH] Don't show the header widget in bufferviews This just wastes valuable space and looks ugly. --- src/uisupport/bufferview.cpp | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.20.1