diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-03-22 12:21:07 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-03-22 12:21:07 +0100 |
commit | 02fd27dbebff8cc3d11b096085968128f19a9c57 (patch) | |
tree | 07f169038c5ba5c866a2bab55b0330a057b910c8 /src | |
parent | updated TODO (diff) | |
download | rekonq-02fd27dbebff8cc3d11b096085968128f19a9c57.tar.xz |
removed margins (avaddon suggestion..)
Diffstat (limited to 'src')
-rw-r--r-- | src/mainwindow.cpp | 1 |
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 |