From 521df4ee13a7aa4abf2733157ac490421e975cce Mon Sep 17 00:00:00 2001 From: chitta ranjan Date: Fri, 19 Apr 2013 11:24:26 +0900 Subject: [PATCH] Changed popup header alignment to left Change-Id: Ifd3c27e191891bed8d71dfac6b046eec6652f35f Signed-off-by: chitta ranjan --- src/IvImageViewerForm.cpp | 2 ++ 1 file changed, 2 insertions(+) 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( -- 2.7.4