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:
bb22941
)
progressbar : fixed progressbar clipping issue;
19/43119/1
author
Subhransu Mohanty
<sub.mohanty@samsung.com>
Thu, 4 Jun 2015 06:16:41 +0000
(15:16 +0900)
committer
Subhransu Mohanty
<sub.mohanty@samsung.com>
Wed, 8 Jul 2015 01:19:08 +0000
(10:19 +0900)
Change-Id: I8eed7f0a6eed70e38ddc0384d4f9f21c08647e83
src/lib/tizen_vector.c
patch
|
blob
|
history
diff --git
a/src/lib/tizen_vector.c
b/src/lib/tizen_vector.c
index 807a9009403a2e0f86b724a828c844501a880774..70ff1fae0f7eab26d738ea5501a91d2f49dc632f 100644
(file)
--- a/
src/lib/tizen_vector.c
+++ b/
src/lib/tizen_vector.c
@@
-1600,7
+1600,7
@@
tizen_vg_progressbar_set(Elm_Progressbar *obj)
vd->stroke_width = ELM_SCALE_SIZE(1.5);
}
vd->shrink = 2 * vd->stroke_width;
- vd->shift = vd->stroke_width +
1
;
+ vd->shift = vd->stroke_width +
0.5
;
_progressbar_process_style(vd);
return;
}