Merge branch 'fix_userinfo' into userinfo_collapse, review and fixes
[situare] / src / ui / mainwindow.cpp
index 970e369..b59bd2c 100644 (file)
@@ -351,10 +351,10 @@ void MainWindow::buildPanels()
             m_mapView, SLOT(enableCenterShift()));
 
     connect(m_tabbedPanel, SIGNAL(panelClosed()),
-                m_userInfoPanel, SIGNAL(collapse()));
+            m_userInfoPanel, SIGNAL(collapse()));
 
     connect(m_tabbedPanel, SIGNAL(currentChanged(int)),
-                m_userInfoPanel, SIGNAL(collapse()));
+            m_userInfoPanel, SIGNAL(collapse()));
 }
 
 void MainWindow::buildRoutingPanel()