From: SungWan Kim Date: Sat, 20 Apr 2013 10:48:52 +0000 (+0900) Subject: Resolve N_SE-35548 issue. X-Git-Tag: 2.1_release~5 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=488ef7f621e1f21fa0c903f89f824f04be667d21;p=apps%2Fosp%2FCalendar.git Resolve N_SE-35548 issue. Change-Id: I8f9ddb2a34b2ea6bf845fcbd3d84dc2f120bb0cd Signed-off-by: SungWan Kim --- diff --git a/src/ClEventEditorForm.cpp b/src/ClEventEditorForm.cpp index bc5ebfc..bbf7ecb 100644 --- a/src/ClEventEditorForm.cpp +++ b/src/ClEventEditorForm.cpp @@ -90,7 +90,7 @@ static const int Y_ITEM_CONTENT01 = 22; static const int H_ITEM_CONTENT01 = 38; static const int Y_ITEM_CONTENT02 = 60; static const int H_ITEM_CONTENT02 = 54; -static const int X_DATE_SELECTOR = 380; +static const int X_DATE_SELECTOR = 340; static const int Y_DATE_SELECTOR = 0; static const int Y_DESCRIPTION = 16; static const int H_DESCRIPTION = 80;