fix for N_SE-41728, N_SE-41635
authorhs321.lee <hs321.lee@samsung.com>
Mon, 17 Jun 2013 10:04:46 +0000 (19:04 +0900)
committerhs321.lee <hs321.lee@samsung.com>
Mon, 17 Jun 2013 13:15:58 +0000 (22:15 +0900)
Change-Id: I0fae6dbf3e7dbf0d4f479cf452452f2520b01996
Signed-off-by: hs321.lee <hs321.lee@samsung.com>
project/src/SetRecurrenceForm.cpp

index 7fb4493..9998f2e 100644 (file)
@@ -181,11 +181,11 @@ SetRecurrenceForm::CreateItem(int sectionIndex, int itemIndex, int itemWidth)
 
        Label* pLabel = new (std::nothrow) Label();
        Rectangle itemBoundType;
-       itemBoundType.SetBounds(0, 0, GetClientAreaBounds().width * 0.8, H_ITEM);
+       itemBoundType.SetBounds(0, 0, GetClientAreaBounds().width * 0.7, H_ITEM);
        Rectangle itemBoundUntil;
        itemBoundUntil.SetBounds(0, 0, GetClientAreaBounds().width * 0.3, H_ITEM);
        Rectangle dataBoundUntil;
-       dataBoundUntil.SetBounds(GetClientAreaBounds().width * 0.3, 0, GetClientAreaBounds().width * 0.5, H_ITEM);
+       dataBoundUntil.SetBounds(GetClientAreaBounds().width * 0.3, 0, GetClientAreaBounds().width * 0.3, H_ITEM);
 
        if (sectionIndex == SECTION_TYPE_REPEAT_TYPE)
        {