From 421cb46de8aa437ebd36e1214e1d5b65cad9b24c Mon Sep 17 00:00:00 2001 From: Sung-Taek Hong Date: Fri, 18 Sep 2015 16:57:42 +0900 Subject: [PATCH] [Check] modify checkbox stroke width from 1 to 1.5 Change-Id: Iac934b4be7e00c2d5e8bcb64ca1567a989ee46e1 Signed-off-by: Sung-Taek Hong --- src/lib/tizen_vector.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.7.4