raster pushed a commit to branch master.

commit f3dccd94068480609bad65cfc953508c359c792b
Author: Carsten Haitzler (Rasterman) <[email protected]>
Date:   Wed Jul 24 01:24:03 2013 +0900

    adjust battery sizing
---
 data/themes/edc/battery.edc | 21 +++++++++++++--------
 1 file changed, 13 insertions(+), 8 deletions(-)

diff --git a/data/themes/edc/battery.edc b/data/themes/edc/battery.edc
index e04f2f8..d190376 100644
--- a/data/themes/edc/battery.edc
+++ b/data/themes/edc/battery.edc
@@ -90,10 +90,10 @@ group { name: "e/modules/battery/main";
       part { name: "shadow";
          clip_to: "pulse_clip";
          description { state: "default" 0.0;
-            rel1.to: "base";
-            rel1.relative: (15/160) (15/160);
-            rel2.to: "base";
-            rel2.relative: (145/160) (160/160);
+            rel1.to: "top";
+            rel1.offset: -4 0;
+            rel2.to: "bottom";
+            rel2.offset: 3 3;
             image.normal: "bat_shadow.png";
          }
       }
@@ -112,9 +112,12 @@ group { name: "e/modules/battery/main";
          clip_to: "pulse_clip";
          description { state: "default" 0.0;
             rel1.to: "base";
-            rel1.relative: (24/160) (16/160);
+            rel1.offset: 6 4;
             rel2.to: "base";
-            rel2.relative: (136/160) (40/160);
+            rel2.offset: -7 4;
+            rel2.relative: 1.0 0.0;
+            aspect: (112/24) (112/24); aspect_preference: HORIZONTAL;
+            align: 0.5 0.0;
             image.normal: "bat_top0.png";
          }
       }
@@ -122,9 +125,11 @@ group { name: "e/modules/battery/main";
          clip_to: "pulse_clip";
          description { state: "default" 0.0;
             rel1.to: "base";
-            rel1.relative: (24/160) (132/160);
+            rel1.offset: 6 -5;
             rel2.to: "base";
-            rel2.relative: (136/160) (144/160);
+            rel2.offset: -7 -5;
+            aspect: (112/12) (112/12); aspect_preference: HORIZONTAL;
+            align: 0.5 1.0;
             image.normal: "bat_bottom0.png";
          }
       }

-- 

------------------------------------------------------------------------------
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