Merge branch 'new_panels_with_context_buttons' of https://vcs.maemo.org/git/situare...
[situare] / src / ui / friendlistpanel.cpp
index 19f3136..92d656f 100644 (file)
@@ -138,8 +138,8 @@ FriendListPanel::FriendListPanel(QWidget *parent)
             this, SLOT(topmostWindowChanged(bool)));
 
     // CONTEXT BUTTONS
-    m_contextButtonLayout->addWidget(m_routeButton, 0, 0);
-    m_contextButtonLayout->addWidget(m_clearGroupFilteringButton, 1, 0);
+    m_contextButtonLayout->addWidget(m_routeButton);
+    m_contextButtonLayout->addWidget(m_clearGroupFilteringButton);
 }
 
 void FriendListPanel::anyPanelClosed()