From: Hyejin Kim Date: Mon, 3 Sep 2012 10:41:06 +0000 (+0900) Subject: draw underline of description X-Git-Tag: 2.0_alpha~36^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b03f1d8bbe792f4eef4abf6866b547b667a943f9;p=apps%2Fcore%2Fpreloaded%2Fsettings.git draw underline of description patchset3. remove dependency Change-Id: Ide6d4827847c7919ef2838204bc0d22d951091be --- diff --git a/setting-powersaving/src/setting-powersaving-main.c b/setting-powersaving/src/setting-powersaving-main.c index b3c43ce..02cb215 100755 --- a/setting-powersaving/src/setting-powersaving-main.c +++ b/setting-powersaving/src/setting-powersaving-main.c @@ -165,7 +165,7 @@ static int setting_powersaving_main_create(void *cb) setting_create_Gendial_field_def(scroller, &itc_multiline_text, NULL, ad, - SWALLOW_Type_LAYOUT_SPECIALIZTION_X, + SWALLOW_Type_LAYOUT_SPECIALIZTION, NULL, NULL, 0, KeyStr_CPU_PS_DSC, NULL, NULL); @@ -195,7 +195,7 @@ static int setting_powersaving_main_create(void *cb) setting_create_Gendial_field_def(scroller, &itc_multiline_text, NULL, ad, - SWALLOW_Type_LAYOUT_SPECIALIZTION_X, + SWALLOW_Type_LAYOUT_SPECIALIZTION, NULL, NULL, 0, KeyStr_DISPLAY_PS_DSC, NULL, NULL); @@ -225,7 +225,7 @@ static int setting_powersaving_main_create(void *cb) setting_create_Gendial_field_def(scroller, &itc_multiline_text, NULL, ad, - SWALLOW_Type_LAYOUT_SPECIALIZTION_X, + SWALLOW_Type_LAYOUT_SPECIALIZTION, NULL, NULL, 0, KeyStr_BG_COLOR_DSC, NULL, NULL);