Removed a few constants from panelcommon.h (that really weren't common at all) and...
[situare] / src / ui / friendlistpanel.cpp
index 49cbae4..a1bd15e 100644 (file)
@@ -38,6 +38,9 @@ FriendListPanel::FriendListPanel(QWidget *parent)
 {
     qDebug() << __PRETTY_FUNCTION__;
 
+    const int FRIENDPANEL_FILTER_MARGIN_LEFT = PANEL_MARGIN_LEFT + 4;
+    const int FRIENDPANEL_FILTER_MARGIN_RIGHT = PANEL_MARGIN_RIGHT + MAEMO5_SCROLLBAR_WIDTH + 4;
+
     QVBoxLayout *friendListPanelLayout = new QVBoxLayout();
     friendListPanelLayout->setMargin(0);
     friendListPanelLayout->setSpacing(0);