summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2009-03-22 12:21:07 +0100
committerAndrea Diamantini <adjam7@gmail.com>2009-03-22 12:21:07 +0100
commit02fd27dbebff8cc3d11b096085968128f19a9c57 (patch)
tree07f169038c5ba5c866a2bab55b0330a057b910c8
parentupdated TODO (diff)
downloadrekonq-02fd27dbebff8cc3d11b096085968128f19a9c57.tar.xz
removed margins (avaddon suggestion..)
-rw-r--r--src/mainwindow.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp
index a42b50a0..22110c59 100644
--- a/src/mainwindow.cpp
+++ b/src/mainwindow.cpp
@@ -76,6 +76,7 @@ MainWindow::MainWindow()
// creating a centralWidget containing m_view and the hidden findbar
QWidget *centralWidget = new QWidget;
QVBoxLayout *layout = new QVBoxLayout;
+ layout->setMargin(0);
layout->addWidget(m_view);
// Find Bar