┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Haumann <[email protected]>2006-12-04 10:59:53 +0000
committerDominik Haumann <[email protected]>2006-12-04 10:59:53 +0000
commit93129f9d2eee85854244b2f9234a557b35963f43 (patch)
treebcb1a96db80e383184c4809703ed6dda29a18138
parentdde6f0a0772eee324e2838ba4a076a83193f163c (diff)
set {spacing, margin} = 0 again
svn path=/trunk/playground/utils/dolphin/; revision=610440
-rw-r--r--src/dolphinview.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/dolphinview.cpp b/src/dolphinview.cpp
index bc4d9144d..d2820e39e 100644
--- a/src/dolphinview.cpp
+++ b/src/dolphinview.cpp
@@ -69,6 +69,8 @@ DolphinView::DolphinView(DolphinMainWindow *mainWindow,
{
setFocusPolicy(Qt::StrongFocus);
m_topLayout = new QVBoxLayout(this);
+ m_topLayout->setSpacing(0);
+ m_topLayout->setMargin(0);
connect(this, SIGNAL(signalModeChanged()),
mainWindow, SLOT(slotViewModeChanged()));