Added spacing between map and navigation.
authorRoman Moravčík <roman.moravcik@gmail.com>
Mon, 6 Aug 2012 14:52:05 +0000 (16:52 +0200)
committerRoman Moravčík <roman.moravcik@gmail.com>
Mon, 6 Aug 2012 14:52:05 +0000 (16:52 +0200)
src/mainwindow.cpp

index 79818f5..c67561f 100644 (file)
@@ -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);