[OAPSAN-4856] Label visibility issues fixed 38/232938/1
authorMichal Skorupinski <m.skorupinsk@samsung.com>
Fri, 8 May 2020 18:21:26 +0000 (20:21 +0200)
committerMichal Skorupinski <m.skorupinsk@samsung.com>
Fri, 8 May 2020 18:23:48 +0000 (20:23 +0200)
Change-Id: I4acf43ee1440f51fbb5ca5507a020d1f37fe2c38
Signed-off-by: Michal Skorupinski <m.skorupinsk@samsung.com>
setting-appmgr/src/setting-appmgr-pkginfo.c

index e2fe2d3817c6a0d8f256ba3316f728035bffc0a2..89bd9deef462374121f65fae4c3d71fd33fa7d7c 100755 (executable)
@@ -293,19 +293,19 @@ static int _view_create(void *data)
 
        retv_if(!data, SETTING_GENERAL_ERR_NULL_DATA_PARAMETER);
 
-       itc_move_to_sd.item_style = "type1";
+       itc_move_to_sd.item_style = "2line";
        itc_move_to_sd.func.text_get = _move_to_sd_item_text_get;
-       itc_clear_cache.item_style = "type1";
+       itc_clear_cache.item_style = "2line";
        itc_clear_cache.func.text_get = _clear_cache_text_get;
-       itc_clear_default.item_style = "type1";
+       itc_clear_default.item_style = "2line";
        itc_clear_default.func.text_get = _clear_default_text_get;
-       itc_total_size_item.item_style = "type1";
+       itc_total_size_item.item_style = "2line";
        itc_total_size_item.func.text_get = _total_size_text_get;
-       itc_app_size_item.item_style = "type1";
+       itc_app_size_item.item_style = "2line";
        itc_app_size_item.func.text_get = _app_size_text_get;
-       itc_data_size_item.item_style = "type1";
+       itc_data_size_item.item_style = "2line";
        itc_data_size_item.func.text_get = _data_size_text_get;
-       itc_cache_size_item.item_style = "type1";
+       itc_cache_size_item.item_style = "2line";
        itc_cache_size_item.func.text_get = _cache_size_text_get;
        itc_privilege_detail.item_style = "multiline";
        itc_privilege_detail.func.text_get = _privilige_detail_text_get;