[Check] modify checkbox stroke width from 1 to 1.5
authorSung-Taek Hong <sth253.hong@samsung.com>
Fri, 18 Sep 2015 07:57:42 +0000 (16:57 +0900)
committerJaehwan Kim <jae.hwan.kim@samsung.com>
Tue, 17 Nov 2015 05:15:44 +0000 (14:15 +0900)
Change-Id: Iac934b4be7e00c2d5e8bcb64ca1567a989ee46e1
Signed-off-by: Sung-Taek Hong <sth253.hong@samsung.com>
src/lib/tizen_vector.c

index 7219ebe..12159f8 100644 (file)
@@ -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);