woohyun pushed a commit to branch master.

commit 64c1636a33c7aace1564b3a8dbdd45e44f8361aa
Author: WooHyun Jung <[email protected]>
Date:   Wed Aug 7 14:13:31 2013 +0900

    Modified the location up/down arrows for avoiding overlapping cases.
---
 edje/edc/elm/clock.edc | 14 ++++++--------
 1 file changed, 6 insertions(+), 8 deletions(-)

diff --git a/edje/edc/elm/clock.edc b/edje/edc/elm/clock.edc
index e36ec64..5a5903b 100644
--- a/edje/edc/elm/clock.edc
+++ b/edje/edc/elm/clock.edc
@@ -112,11 +112,10 @@ group { name: "elm/clock/flipdigit/default";
          scale: 1;
          description { state: "default" 0.0;
             visible: 0;
-            min: 10 10;
-            rel1.relative: 0.5 0.0;
-            rel2.relative: 0.5 0.1;
+            rel1.relative: 0.0 0.0;
+            rel2.relative: 1.0 0.2;
             align: 0.5 0.0;
-            fixed: 1 1;
+            aspect: 1 1; aspect_preference: BOTH;
             image.normal: "icon_arrow_up.png";
          }
          description { state: "visible" 0.0;
@@ -129,11 +128,10 @@ group { name: "elm/clock/flipdigit/default";
          scale: 1;
          description { state: "default" 0.0;
             visible: 0;
-            min: 10 10;
-            rel1.relative: 0.5 0.9;
-            rel2.relative: 0.5 1.0;
+            rel1.relative: 0.0 0.8;
+            rel2.relative: 1.0 1.0;
             align: 0.5 0.0;
-            fixed: 1 1;
+            aspect: 1 1; aspect_preference: BOTH;
             image.normal: "icon_arrow_down.png";
          }
          description { state: "visible" 0.0;

-- 

------------------------------------------------------------------------------
Get 100% visibility into Java/.NET code with AppDynamics Lite!
It's a free troubleshooting tool designed for production.
Get down to code-level detail for bottlenecks, with <2% overhead. 
Download for free and get started troubleshooting in minutes. 
http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk

Reply via email to