From: chitta ranjan Date: Fri, 19 Apr 2013 02:24:26 +0000 (+0900) Subject: Changed popup header alignment to left X-Git-Tag: accepted/tizen_2.1/20130425.023641~8 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=521df4ee13a7aa4abf2733157ac490421e975cce;p=apps%2Fosp%2FImageViewer.git Changed popup header alignment to left Change-Id: Ifd3c27e191891bed8d71dfac6b046eec6652f35f Signed-off-by: chitta ranjan --- diff --git a/src/IvImageViewerForm.cpp b/src/IvImageViewerForm.cpp index 32f5b84..9927a62 100644 --- a/src/IvImageViewerForm.cpp +++ b/src/IvImageViewerForm.cpp @@ -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(