From cbe7e3a832c7efb9a64a2f94fdf8cb813d2cc824 Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Wed, 6 Dec 2006 16:50:13 +0000 Subject: Patch from Dominik Hauman: Assure that when splitting a view both views take 50 % of the width. Also the flickering has been eliminated. svn path=/trunk/playground/utils/dolphin/; revision=611081 --- src/dolphinview.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/dolphinview.cpp') diff --git a/src/dolphinview.cpp b/src/dolphinview.cpp index d2820e39e..3a73718e7 100644 --- a/src/dolphinview.cpp +++ b/src/dolphinview.cpp @@ -67,6 +67,7 @@ DolphinView::DolphinView(DolphinMainWindow *mainWindow, m_fileCount(0), m_filterBar(0) { + hide(); setFocusPolicy(Qt::StrongFocus); m_topLayout = new QVBoxLayout(this); m_topLayout->setSpacing(0); -- cgit v1.3