hermet pushed a commit to branch master.

http://git.enlightenment.org/tools/enventor.git/commit/?id=32cc7c4d8b85e2bf26cda94d2904552c87af6b89

commit 32cc7c4d8b85e2bf26cda94d2904552c87af6b89
Author: ChunEon Park <her...@hermet.pe.kr>
Date:   Sat Mar 8 13:23:26 2014 +0900

    search - retouch the ui
---
 data/themes/default/layout.edc | 8 ++++----
 src/include/search.h           | 2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/data/themes/default/layout.edc b/data/themes/default/layout.edc
index 1f2193e..f5986d1 100644
--- a/data/themes/default/layout.edc
+++ b/data/themes/default/layout.edc
@@ -13,7 +13,7 @@ group { name: "search";
       part { name: "base";
          type: SPACER;
          description { state: "default" 0.0;
-            min: 340 90;
+            min: 330 90;
          }
       }
       part { name: "left_top_padding";
@@ -75,7 +75,7 @@ group { name: "search";
       part { name: "elm.text.dir";
          type: TEXT;
          scale: 1;
-         effect: SHADOW BOTTOM;
+         effect: GLOW;
          description { state: "default" 0.0;
             align: 0 0;
             rel1.to: "elm.text.replace";
@@ -90,8 +90,8 @@ group { name: "search";
                text: "Forward";
             }
             color: 51 153 255 255;
-            color3: 51 153 255 24;
-            color3: 51 153 255 18;
+            color2: 51 153 255 16;
+            color3: 51 153 255 8;
             min: 80 30;
             fixed: 1 1;
          }
diff --git a/src/include/search.h b/src/include/search.h
index cb09eb7..ae9d399 100644
--- a/src/include/search.h
+++ b/src/include/search.h
@@ -1,4 +1,4 @@
-#define DEFAULT_SEARCH_WIN_W 340
+#define DEFAULT_SEARCH_WIN_W 330
 #define DEFAULT_SEARCH_WIN_H 90
 void search_open();
 void search_close();

-- 


Reply via email to