From: Roman Moravčík Date: Mon, 6 Aug 2012 14:52:05 +0000 (+0200) Subject: Added spacing between map and navigation. X-Git-Url: https://vcs.maemo.org/git/?p=medard;a=commitdiff_plain;h=ffde010d3f3b0e16a79f2dffb2bfdb489c450dec Added spacing between map and navigation. --- diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index 79818f5..c67561f 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -135,6 +135,7 @@ void MainWindow::setupUi() setPannable(false); QGraphicsLinearLayout *mainLayout = new QGraphicsLinearLayout(Qt::Horizontal); + mainLayout->setSpacing(8); centralWidget()->setLayout(mainLayout); mainLayout->addItem(m_forecast);