X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=themes%2Fwidgets%2Fprogressbar.edc;h=456b1a488a12b886420a1cd909dece8032f102a1;hb=b50e6aff02e4422544920aaa61ca812b2a9ce275;hp=54f33480d9c1c849cf8f09c39e72db677f5334a7;hpb=5e810939b0990d634b3cbf3ad2cf7262a3097b94;p=platform%2Fcore%2Fuifw%2Fefl-theme-tizen.git diff --git a/themes/widgets/progressbar.edc b/themes/widgets/progressbar.edc index 54f3348..456b1a4 100644 --- a/themes/widgets/progressbar.edc +++ b/themes/widgets/progressbar.edc @@ -3094,7 +3094,7 @@ } #define PROCESS_IMAGE(COLOR, SIZE, NUM) \ - image: "process/"COLOR"/"SIZE"/00_list_process_"NUM".png" COMP; + image: "Process/"COLOR"/"SIZE"/00_list_process_"NUM".png" COMP; #define PROCESS_IMAGES(COLOR, SIZE) \ images { \ @@ -3134,7 +3134,7 @@ description { state: "pulse" 0.#NUM; \ inherit: "default" 0.0; \ image { \ - normal: "process/"COLOR"/"SIZE"/00_list_process_"NUM".png"; \ + normal: "Process/"COLOR"/"SIZE"/00_list_process_"NUM".png"; \ } \ } @@ -3146,13 +3146,13 @@ aspect: 1.0 1.0; \ aspect_preference: BOTH; \ image { \ - normal: "process/"COLOR"/"SIZE"/00_list_process_01.png"; \ + normal: "Process/"COLOR"/"SIZE"/00_list_process_01.png"; \ } \ } \ description { state: "pulse" 0.0; \ inherit: "default" 0.0; \ image { \ - normal: "process/"COLOR"/"SIZE"/00_list_process_01.png"; \ + normal: "Process/"COLOR"/"SIZE"/00_list_process_01.png"; \ } \ } \ PROGRESS_DESC(COLOR, SIZE, 01 ) \