hermet pushed a commit to branch master.

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

commit ca031579278d53161c8b7300e93da0324ce71b06
Author: Hermet Park <her...@hermet.pe.kr>
Date:   Thu Feb 4 15:18:18 2016 +0900

    update enventor menu design.
---
 data/themes/default/images/Makefile.am   |   1 +
 data/themes/default/images/full_logo.png | Bin 0 -> 39650 bytes
 data/themes/default/layout_common.edc    |  29 +++++++++--------------------
 3 files changed, 10 insertions(+), 20 deletions(-)

diff --git a/data/themes/default/images/Makefile.am 
b/data/themes/default/images/Makefile.am
index c5f9571..727aaf0 100644
--- a/data/themes/default/images/Makefile.am
+++ b/data/themes/default/images/Makefile.am
@@ -20,6 +20,7 @@ EXTRA_DIST = \
    holes_tiny_vert.png \
    inset_shadow.png \
    logo.png \
+   full_logo.png \
    frame_bg.png \
    part_highlight.png \
    preference.png \
diff --git a/data/themes/default/images/full_logo.png 
b/data/themes/default/images/full_logo.png
new file mode 100644
index 0000000..fe12617
Binary files /dev/null and b/data/themes/default/images/full_logo.png differ
diff --git a/data/themes/default/layout_common.edc 
b/data/themes/default/layout_common.edc
index 30f0184..ca42f4f 100644
--- a/data/themes/default/layout_common.edc
+++ b/data/themes/default/layout_common.edc
@@ -9,6 +9,7 @@ images {
    image: "disabler.png" COMP;
    image: "bevel_out.png" COMP;
    image: "pm_fill.png" COMP;
+   image: "full_logo.png" COMP;
 }
 
 group { name: "about_layout";
@@ -765,30 +766,18 @@ group { name: "menu_layout";
             rel2.relative: 0.5 1;
          }
       }
-      part { name: "title";
-         type: TEXT;
+      image { "logo";
          scale: 1;
-         effect: GLOW;
          clip_to: "clipper";
-         description { state: "default" 0.0;
-            rel1.relative: 0 0;
-            rel2.relative: 1 0;
-            rel1.to_x: "base_frame";
-            rel2.to_x: "base_frame";
+         desc { "default";
+            rel1.relative: 0.5 0;
+            rel2.relative: 0.5 0;
             rel1.to_y: "padding1";
             rel2.to_y: "padding1";
-            min: 0 120;
-            fixed: 0 1;
-            align: 1 1;
-            text {
-               font: FN;
-               text: "Enventor Menu";
-               size: 28;
-               align: 0.5 1;
-               min: 1 0;
-               ellipsis: -1;
-            }
-            color: COL_HI;
+            min: 350 200;
+            fixed: 1 1;
+            align: 0.5 0.8;
+            image.normal: "full_logo.png";
          }
       }
       part { name: "padding1";

-- 


Reply via email to