Changed popup header alignment to left
authorchitta ranjan <chitta.rs@samsung.com>
Fri, 19 Apr 2013 02:24:26 +0000 (11:24 +0900)
committerchitta ranjan <chitta.rs@samsung.com>
Fri, 19 Apr 2013 02:24:26 +0000 (11:24 +0900)
Change-Id: Ifd3c27e191891bed8d71dfac6b046eec6652f35f
Signed-off-by: chitta ranjan <chitta.rs@samsung.com>
src/IvImageViewerForm.cpp

index 32f5b84..9927a62 100644 (file)
@@ -718,6 +718,8 @@ ImageViewerForm::InitializePopup(void)
                Label* pLabel = new (std::nothrow) Label();
                pLabel->Construct(Rectangle(0, 0, popupClientBounds.width, H_DELETE_LABEL),
                                ResourceManager::GetString(L"IDS_COM_POP_DELETE_Q"));
+               pLabel->SetTextHorizontalAlignment(ALIGNMENT_LEFT);
+               pLabel->SetTextConfig(34,LABEL_TEXT_STYLE_BOLD);
 
                Button* pDeleteButton = new (std::nothrow) Button();
                pDeleteButton->Construct(