raster pushed a commit to branch master.

http://git.enlightenment.org/apps/rage.git/commit/?id=b634bf7244f83dc045a89a2a91059c806bd95f18

commit b634bf7244f83dc045a89a2a91059c806bd95f18
Author: Carsten Haitzler (Rasterman) <[email protected]>
Date:   Mon Aug 11 23:27:39 2014 +0900

    art clip 2 not used and make list event smaller
---
 data/themes/default.edc | 20 ++------------------
 1 file changed, 2 insertions(+), 18 deletions(-)

diff --git a/data/themes/default.edc b/data/themes/default.edc
index 7779eb6..7aa1fbc 100644
--- a/data/themes/default.edc
+++ b/data/themes/default.edc
@@ -324,21 +324,6 @@ collections {
                color: 255 255 255 255;
             }
          }
-         part { name: "art_clip2"; type: RECT; mouse_events: 0;
-            description { state: "default" 0.0;
-               visible: 0;
-               color: 255 255 255 0;
-               rel1.to: "speaker_base";
-               rel2.to: "speaker_base";
-               fixed: 1 1;
-               aspect: 1.0 1.0; aspect_preference: BOTH;
-            }
-            description { state: "visible" 0.0;
-               inherit: "default" 0.0;
-               visible: 1;
-               color: 255 255 255 255;
-            }
-         }
          part { name: "rage.art"; type: SWALLOW; mouse_events: 0;
             clip_to: "art_clip";
             description { state: "default" 0.0;
@@ -454,21 +439,18 @@ collections {
             action: STATE_SET "default" 0.0;
             transition: ACCELERATE 0.2;
             target: "art_clip";
-            target: "art_clip2";
          }
          program {
             signal: "state,noart"; source: "rage";
             action: STATE_SET "default" 0.0;
             transition: ACCELERATE 1.0;
             target: "art_clip";
-            target: "art_clip2";
          }
          program {
             signal: "state,art"; source: "rage";
             action: STATE_SET "visible" 0.0;
             transition: DECELERATE 1.0;
             target: "art_clip";
-            target: "art_clip2";
          }
 
          part { name: "rage.gesture"; type: SWALLOW;
@@ -1761,6 +1743,8 @@ collections {
             description { state: "default" 0.0;
                color: 0 0 0 0;
                rel1.relative: 0.8 0.0;
+               rel2.relative: 1.0 0.0;
+               rel2.to_y: "controlbar";
             }
          }
          part { name: "listevent2"; type: RECT; repeat_events: 1;

-- 


Reply via email to