hermet pushed a commit to branch master.

http://git.enlightenment.org/tools/enventor.git/commit/?id=29125c11486d7c7d51aace25ab423b0d579b9427

commit 29125c11486d7c7d51aace25ab423b0d579b9427
Author: ChunEon Park <her...@hermet.pe.kr>
Date:   Fri Aug 15 00:03:42 2014 +0900

    ui: apply compact image for simple.
---
 data/themes/default/images/disabler.png | Bin 157 -> 204 bytes
 data/themes/default/layout_common.edc   |  22 +++++-----------------
 2 files changed, 5 insertions(+), 17 deletions(-)

diff --git a/data/themes/default/images/disabler.png 
b/data/themes/default/images/disabler.png
index 81e80d7..5f1f731 100644
Binary files a/data/themes/default/images/disabler.png and 
b/data/themes/default/images/disabler.png differ
diff --git a/data/themes/default/layout_common.edc 
b/data/themes/default/layout_common.edc
index c969764..b5075c5 100644
--- a/data/themes/default/layout_common.edc
+++ b/data/themes/default/layout_common.edc
@@ -2357,26 +2357,16 @@ group { name: "edit_layout";
             fixed: 0 1;
          }
       }
-      part { name: "disabler_bg";
-         type: RECT;
-         mouse_events: 0;
-         description { state: "default" 0.0;
-            color: 0 0 0 0;
-         }
-         description { state: "disabled" 0.0;
-            color: 0 0 0 75;
-         }
-      }
-      part { name: "disabler_decorations";
+      part { name: "disabler";
          description { state: "default" 0.0;
             image.normal: "disabler.png";
             fill.type: TILE;
-            color: 155 155 155 0;
+            color: 255 255 255 0;
             visible: 0;
          }
          description { state: "disabled" 0.0;
             inherit: "default" 0.0;
-            color: 55 55 77 200;
+            color: 255 255 255 255;
             visible: 1;
          }
       }
@@ -2399,15 +2389,13 @@ group { name: "edit_layout";
       program { name: "layout_disable";
          signal: "elm,state,disabled";
          action: STATE_SET "disabled" 0.0;
-         target: "disabler_bg";
-         target: "disabler_decorations";
+         target: "disabler";
          transition: DECELERATE 0.125;
       }
       program { name: "layout_enable";
          signal: "elm,state,enabled";
          action: STATE_SET "default" 0.0;
-         target: "disabler_bg";
-         target: "disabler_decorations";
+         target: "disabler";
          transition: DECELERATE 0.125;
       }
    }

-- 


Reply via email to