From: Sung-Taek Hong Date: Fri, 18 Sep 2015 07:57:42 +0000 (+0900) Subject: [Check] modify checkbox stroke width from 1 to 1.5 X-Git-Tag: accepted/tizen/mobile/20151120.070408~11 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=421cb46de8aa437ebd36e1214e1d5b65cad9b24c;p=platform%2Fupstream%2Felementary.git [Check] modify checkbox stroke width from 1 to 1.5 Change-Id: Iac934b4be7e00c2d5e8bcb64ca1567a989ee46e1 Signed-off-by: Sung-Taek Hong --- diff --git a/src/lib/tizen_vector.c b/src/lib/tizen_vector.c index 7219ebe..12159f8 100644 --- a/src/lib/tizen_vector.c +++ b/src/lib/tizen_vector.c @@ -902,7 +902,7 @@ _update_default_check_shape(check_default *vd, Efl_VG *shape, Eina_Bool outline) eina_matrix3_scale(&m, scale_x, scale_y); evas_vg_node_transformation_set(shape, &m); - evas_vg_shape_stroke_width_set(shape, 1); + evas_vg_shape_stroke_width_set(shape, 1.5); // update color evas_vg_node_color_set(shape, 0, 0, 0, 0); evas_vg_shape_stroke_color_set(shape, 255, 255, 255, 255);