From ffde010d3f3b0e16a79f2dffb2bfdb489c450dec Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roman=20Morav=C4=8D=C3=ADk?= Date: Mon, 6 Aug 2012 16:52:05 +0200 Subject: [PATCH] Added spacing between map and navigation. --- src/mainwindow.cpp | 1 + 1 file changed, 1 insertion(+) 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); -- 1.7.9.5