Fixed N_SE-38563, N_SE-38552
[apps/osp/Settings.git] / src / StCertificateTrustedRootForm.cpp
index 2d8682b..92d5e35 100644 (file)
@@ -234,8 +234,8 @@ CertificateTrustedRootForm::CreateItem(int groupIndex, int itemIndex, int itemWi
 
        pItem->AddControl(pLabel);
        relativeLayout.SetMargin(*pLabel, 0, RELATIVE_LAYOUT_RIGHT_MARGIN, 0, 0);
-       relativeLayout.SetRelation(*pLabel, *pItem, RECT_EDGE_RELATION_LEFT_TO_LEFT);
-       relativeLayout.SetRelation(*pLabel, *pItem, RECT_EDGE_RELATION_RIGHT_TO_RIGHT);
+       relativeLayout.SetRelation(*pLabel, pItem, RECT_EDGE_RELATION_LEFT_TO_LEFT);
+       relativeLayout.SetRelation(*pLabel, pItem, RECT_EDGE_RELATION_RIGHT_TO_RIGHT);
 
        return pItem;
 }