projects
/
platform
/
upstream
/
elementary.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c517f34
)
[Check] modify checkbox stroke width from 1 to 1.5
author
Sung-Taek Hong
<sth253.hong@samsung.com>
Fri, 18 Sep 2015 07:57:42 +0000
(16:57 +0900)
committer
Jaehwan 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
patch
|
blob
|
history
diff --git
a/src/lib/tizen_vector.c
b/src/lib/tizen_vector.c
index 7219ebe40380663e8d369f5055790a2ce026e99f..12159f891991e09efa5dcc3cf6a8ee56bf7af528 100644
(file)
--- 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);