1
0
mirror of https://invent.kde.org/system/dolphin synced 2024-07-04 17:30:55 +00:00

set {spacing, margin} = 0 again

svn path=/trunk/playground/utils/dolphin/; revision=610440
This commit is contained in:
Dominik Haumann 2006-12-04 10:59:53 +00:00
parent dde6f0a077
commit 93129f9d2e

View File

@ -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()));