seoz pushed a commit to branch master. http://git.enlightenment.org/themes/dark.git/commit/?id=87af459184cbbe153dd7172337113e60423cb205
commit 87af459184cbbe153dd7172337113e60423cb205 Author: Daniel Juyung Seo <[email protected]> Date: Wed Oct 16 21:54:35 2013 +0900 progress: raise default progress lower additional progress. --- edje/edc/elm/progress.edc | 17 +++++++++-------- ...ording.png => inset_bar_horiz_glow_base_double.png} | Bin ...ng.png => inset_bar_horiz_glow_inv_base_double.png} | Bin ...cording.png => inset_bar_vert_glow_base_double.png} | Bin ...ing.png => inset_bar_vert_glow_inv_base_double.png} | Bin 5 files changed, 9 insertions(+), 8 deletions(-) diff --git a/edje/edc/elm/progress.edc b/edje/edc/elm/progress.edc index 1e70908..3510120 100644 --- a/edje/edc/elm/progress.edc +++ b/edje/edc/elm/progress.edc @@ -1225,11 +1225,12 @@ group { name: "elm/progressbar/horizontal/wheel"; group { name: "elm/progressbar/horizontal/double"; inherit: "elm/progressbar/horizontal/default"; images { - image: "inset_bar_horiz_glow_base_recording.png" COMP; - image: "inset_bar_horiz_glow_inv_base_recording.png" COMP; + image: "inset_bar_horiz_glow_base_double.png" COMP; + image: "inset_bar_horiz_glow_inv_base_double.png" COMP; } parts { part { name: "elm.cur.progressbar1"; mouse_events: 0; type: SPACER; + insert_after: "inside"; scale: 1; dragable.confine: "inside"; dragable.x: 1 1 1; @@ -1270,7 +1271,7 @@ group { name: "elm/progressbar/horizontal/double"; rel2.to_x: "barend1"; rel2.to_y: "bg"; rel2.relative: 1.0 1.25; - image.normal: "inset_bar_horiz_glow_base_recording.png"; + image.normal: "inset_bar_horiz_glow_base_double.png"; image.border: 0 72 0 0; image.border_scale_by: 0.25; image.border_scale: 1; } @@ -1280,7 +1281,7 @@ group { name: "elm/progressbar/horizontal/double"; rel1.relative: 0.0 -0.25; rel2.to_x: "ins1"; rel2.relative: (4/16) 1.25; - image.normal: "inset_bar_horiz_glow_inv_base_recording.png"; + image.normal: "inset_bar_horiz_glow_inv_base_double.png"; image.border: 72 0 0 0; } } @@ -1343,8 +1344,8 @@ group { name: "elm/progressbar/horizontal/double"; group { name: "elm/progressbar/vertical/double"; inherit: "elm/progressbar/vertical/default"; images { - image: "inset_bar_vert_glow_base_recording.png" COMP; - image: "inset_bar_vert_glow_inv_base_recording.png" COMP; + image: "inset_bar_vert_glow_base_double.png" COMP; + image: "inset_bar_vert_glow_inv_base_double.png" COMP; } parts { part { name: "elm.cur.progressbar1"; mouse_events: 0; type: SPACER; @@ -1388,7 +1389,7 @@ group { name: "elm/progressbar/vertical/double"; rel2.to_y: "barend1"; rel2.to_x: "bg"; rel2.relative: 1.25 1.0; - image.normal: "inset_bar_vert_glow_base_recording.png"; + image.normal: "inset_bar_vert_glow_base_double.png"; image.border: 0 0 0 72; image.border_scale_by: 0.25; image.border_scale: 1; } @@ -1398,7 +1399,7 @@ group { name: "elm/progressbar/vertical/double"; rel1.relative: -0.25 0.0; rel2.to_y: "ins1"; rel2.relative: 1.25 (4/16); - image.normal: "inset_bar_vert_glow_inv_base_recording.png"; + image.normal: "inset_bar_vert_glow_inv_base_double.png"; image.border: 0 0 72 0; } } diff --git a/edje/img/inset_bar_horiz_glow_base_recording.png b/edje/img/inset_bar_horiz_glow_base_double.png similarity index 100% rename from edje/img/inset_bar_horiz_glow_base_recording.png rename to edje/img/inset_bar_horiz_glow_base_double.png diff --git a/edje/img/inset_bar_horiz_glow_inv_base_recording.png b/edje/img/inset_bar_horiz_glow_inv_base_double.png similarity index 100% rename from edje/img/inset_bar_horiz_glow_inv_base_recording.png rename to edje/img/inset_bar_horiz_glow_inv_base_double.png diff --git a/edje/img/inset_bar_vert_glow_base_recording.png b/edje/img/inset_bar_vert_glow_base_double.png similarity index 100% rename from edje/img/inset_bar_vert_glow_base_recording.png rename to edje/img/inset_bar_vert_glow_base_double.png diff --git a/edje/img/inset_bar_vert_glow_inv_base_recording.png b/edje/img/inset_bar_vert_glow_inv_base_double.png similarity index 100% rename from edje/img/inset_bar_vert_glow_inv_base_recording.png rename to edje/img/inset_bar_vert_glow_inv_base_double.png --
