hermet pushed a commit to branch master.

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

commit 61bc3c1cbcdc1b883dd844f7eed75c2f2a0a0c59
Author: Hermet Park <her...@hermet.pe.kr>
Date:   Tue Feb 9 02:13:54 2016 +0900

    ui: adjust the preview image size.
---
 data/themes/default/layout_common.edc | 15 ++++++---------
 1 file changed, 6 insertions(+), 9 deletions(-)

diff --git a/data/themes/default/layout_common.edc 
b/data/themes/default/layout_common.edc
index 2908782..2355fc7 100644
--- a/data/themes/default/layout_common.edc
+++ b/data/themes/default/layout_common.edc
@@ -1486,20 +1486,17 @@ group { name: "viewer_layout";
    }
 }
 
-group { name: "preview_layout";
+group { "preview_layout";
    parts {
-      part { name: "bg";
-         type: RECT;
-         description { state: "default" 0.0;
-            min: 100 100;
-            color: 225 225 225 255;
+      rect { "bg";
+         desc {
+            min: 120 120;
             rel1.offset: 2 2;
             rel2.offset: -3 -3;
          }
       }
-      part { name: "elm.swallow.img";
-         type: SWALLOW;
-         description { state: "default" 0.0;
+      swallow { "elm.swallow.img";
+         desc {
             rel1.to: "bg";
             rel2.to: "bg";
          }

-- 


Reply via email to