┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphinview.cpp
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2006-12-06 16:50:13 +0000
committerPeter Penz <[email protected]>2006-12-06 16:50:13 +0000
commitcbe7e3a832c7efb9a64a2f94fdf8cb813d2cc824 (patch)
tree2f1b4fa67f6de3b61295b81ca8f9d37e551abdc2 /src/dolphinview.cpp
parent197f9a4280d601a7dc145e9eb1dd2ffca6fb8980 (diff)
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
Diffstat (limited to 'src/dolphinview.cpp')
-rw-r--r--src/dolphinview.cpp1
1 files changed, 1 insertions, 0 deletions
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);