code correction in UpdateGroupItem of NFCForm for issue N_SE-47716
authorrahul dutt <rahul.dutt@samsung.com>
Thu, 1 Aug 2013 21:24:46 +0000 (02:54 +0530)
committerrahul dutt <rahul.dutt@samsung.com>
Thu, 1 Aug 2013 21:24:46 +0000 (02:54 +0530)
Change-Id: I5e7b631e836eee94d0119ffeaa7938afb4b17413

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);
 }