woohyun pushed a commit to branch master.

commit c2ecefc498e9677c214738c650a6543cf869edea
Author: WooHyun Jung <[email protected]>
Date:   Fri Jul 26 14:52:52 2013 +0900

    Change the locations of up/down arrow images.
---
 edje/edc/elm/clock.edc | 21 ++++++++++++++-------
 1 file changed, 14 insertions(+), 7 deletions(-)

diff --git a/edje/edc/elm/clock.edc b/edje/edc/elm/clock.edc
index 52e014c..e36ec64 100644
--- a/edje/edc/elm/clock.edc
+++ b/edje/edc/elm/clock.edc
@@ -57,7 +57,7 @@ group { name: "elm/clock/flipdigit/default";
          mouse_events: 1;
          description { state: "default" 0.0;
             visible: 0;
-            rel1.relative: 0.0 0.7;
+            rel1.relative: 0.0 0.5;
             color: 0 0 0 0;
          }
          description { state: "visible" 0.0;
@@ -71,7 +71,7 @@ group { name: "elm/clock/flipdigit/default";
          mouse_events: 1;
          description { state: "default" 0.0;
             visible: 0;
-            rel2.relative: 1.0 0.3;
+            rel2.relative: 1.0 0.5;
             color: 0 0 0 0;
          }
          description { state: "visible" 0.0;
@@ -82,7 +82,11 @@ group { name: "elm/clock/flipdigit/default";
       part { name: "digit";
          mouse_events: 0;
          scale: 1;
-         description { state: "default" 0.0;   
+         description { state: "default" 0.0;
+            rel1.to_y: "atop";
+            rel1.relative: 0.0 1.0;
+            rel2.to_y: "abot";
+            rel2.relative: 1.0 0.0;
             aspect: (52/72) (52/72); aspect_preference: BOTH;
             image.normal: "digit_0.png";
          }
@@ -109,8 +113,10 @@ group { name: "elm/clock/flipdigit/default";
          description { state: "default" 0.0;
             visible: 0;
             min: 10 10;
-            max: 10 10;
+            rel1.relative: 0.5 0.0;
+            rel2.relative: 0.5 0.1;
             align: 0.5 0.0;
+            fixed: 1 1;
             image.normal: "icon_arrow_up.png";
          }
          description { state: "visible" 0.0;
@@ -124,8 +130,10 @@ group { name: "elm/clock/flipdigit/default";
          description { state: "default" 0.0;
             visible: 0;
             min: 10 10;
-            max: 10 10;
-            align: 0.5 1.0;
+            rel1.relative: 0.5 0.9;
+            rel2.relative: 0.5 1.0;
+            align: 0.5 0.0;
+            fixed: 1 1;
             image.normal: "icon_arrow_down.png";
          }
          description { state: "visible" 0.0;
@@ -292,7 +300,6 @@ group { name: "elm/clock/flipampm/default";
 #define HOLE_PART(_NAME, _R1X, _R1Y, _R2X, _R2Y, _AX, _AY, _OX, _OY, _W, _H) \
    part { name: _NAME; \
          mouse_events: 0; \
-         scale: 1; \
          description { state: "default" 0.0; \
             rel1.relative: _R1X _R1Y; \
             rel1.offset: _OX _OY; \

-- 

------------------------------------------------------------------------------
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk

Reply via email to