code correction in UpdateGroupItem of NFCForm for issue N_SE-47716
[apps/osp/Settings.git] / src / StNfcForm.cpp
index 02cb7bb..a9a862e 100644 (file)
@@ -498,7 +498,7 @@ NfcForm::UpdateGroupItem(int groupIndex, Tizen::Ui::Controls::TableViewGroupItem
 
        itemRect.height = itemHeight + H_GROUP_INDEX_HELP_TEXT_TOP_GAP;
 
-       pLabel->SetBounds(clientRect.x, H_GROUP_INDEX_HELP_TEXT_TOP_GAP, clientRect.width, itemHeight);
+       pLabel->SetBounds(pLabel->GetX(), pLabel->GetY(), clientRect.width - W_TEXT_GAP, itemHeight+H_GROUP_INDEX_HELP_TEXT_TOP_GAP);
        pItem->SetBounds(itemRect);
 }