rimmed pushed a commit to branch master.

http://git.enlightenment.org/tools/eflete.git/commit/?id=4d5c2c2c8bdda03d89d42ad45566dbd11897fa4e

commit 4d5c2c2c8bdda03d89d42ad45566dbd11897fa4e
Author: Vyacheslav Reutskiy <v.reuts...@samsung.com>
Date:   Mon Jul 27 10:29:18 2015 +0300

    Styles: make property/2swallow layout more light for calc
    
    Change-Id: I85fb52c0cfb76c535ba22e25dbca4197a5a5dca2
---
 data/themes/default/widgets/layouts/property.edc | 69 +++++++-----------------
 1 file changed, 19 insertions(+), 50 deletions(-)

diff --git a/data/themes/default/widgets/layouts/property.edc 
b/data/themes/default/widgets/layouts/property.edc
index 00d7512..a467bd2 100644
--- a/data/themes/default/widgets/layouts/property.edc
+++ b/data/themes/default/widgets/layouts/property.edc
@@ -119,49 +119,16 @@ group { name: "elm/layout/property/1swallow_subtext";
 
 group { name: "elm/layout/property/2swallow";
    parts {
-      part { name: "padding.top";
-         type: SPACER;
-         scale: 1;
-         description { state: "default" 0.0;
-            align: 0.5 0.0;
-            min: 0 6;
-            max: -1 6;
-         }
-      }
-      part { name: "padding.bottom";
-         type: SPACER;
-         scale: 1;
-         description { state: "default" 0.0;
-            align: 0.5 1.0;
-            min: 0 6;
-            max: -1 6;
-         }
-      }
       part { name: "area.content";
          type: SPACER;
          description { state: "default" 0.0;
             min: 0 19;
             max: -1 19;
             rel1 {
-               relative: 0.0 1.0;
-               to: "padding.top";
+               offset: 0 3;
             }
             rel2 {
-               relative: 1.0 0.0;
-               to: "padding.bottom";
-            }
-         }
-      }
-      part { name: "area.text";
-         type: SPACER;
-         description { state: "default" 0.0;
-            align: 0.0 0.5;
-            rel1 {
-               to: "area.content";
-            }
-            rel2 {
-               relative: 0.4 1.0;
-               to: "area.content";
+               offset: -1 -4;
             }
          }
       }
@@ -169,8 +136,7 @@ group { name: "elm/layout/property/2swallow";
          type: SPACER;
          description { state: "default" 0.0;
             rel1 {
-               relative: 1.0 0.0;
-               to_x: "area.text";
+               relative: 0.4 0.0;
                to_y: "area.content";
             }
             rel2 {
@@ -206,17 +172,20 @@ group { name: "elm/layout/property/2swallow";
          type: TEXT;
          description { state: "default" 0.0;
             align: 0.0 0.5;
-            color: LIGHT_GREY_FONT_COLOR;
+            color: 214 214 214 255;
             rel1 {
-               to: "area.text";
+               to_y: "area.content";
             }
             rel2 {
-               to: "area.text";
+               relative: 0.0 1.0;
+               offset: -7 -1;
+               to_x: "label.swallow1.start";
+               to_y: "area.content";
             }
             text {
-               font: PT;
+               font: "PT";
                size: 12;
-               max: 1 1;
+               align: 0.0 0.5;
             }
          }
       }
@@ -226,7 +195,7 @@ group { name: "elm/layout/property/2swallow";
             align: 1.0 0.5;
             min: 52 0;
             max: 52 -1;
-            color: LIGHT_GREY_FONT_COLOR;
+            color: 214 214 214 255;
             rel1 {
                to: "area.swallow1";
             }
@@ -235,7 +204,7 @@ group { name: "elm/layout/property/2swallow";
                to: "area.swallow1";
             }
             text {
-               font: PT;
+               font: "PT";
                size: 12;
                align: 1.0 0.5;
             }
@@ -262,7 +231,7 @@ group { name: "elm/layout/property/2swallow";
          type: TEXT;
          description { state: "default" 0.0;
             align: 0.0 0.5;
-            color: LIGHT_GREY_FONT_COLOR;
+            color: 214 214 214 255;
             rel1 {
                relative: 1.0 0.0;
                offset: 3 0;
@@ -273,7 +242,7 @@ group { name: "elm/layout/property/2swallow";
                to: "area.swallow1";
             }
             text {
-               font: PT;
+               font: "PT";
                size: 12;
                max: 1 1;
             }
@@ -285,7 +254,7 @@ group { name: "elm/layout/property/2swallow";
             align: 1.0 0.5;
             min: 52 0;
             max: 52 -1;
-            color: LIGHT_GREY_FONT_COLOR;
+            color: 214 214 214 255;
             rel1 {
                to: "area.swallow2";
             }
@@ -294,7 +263,7 @@ group { name: "elm/layout/property/2swallow";
                to: "area.swallow2";
             }
             text {
-               font: PT;
+               font: "PT";
                size: 12;
                align: 1.0 0.5;
             }
@@ -321,7 +290,7 @@ group { name: "elm/layout/property/2swallow";
          type: TEXT;
          description { state: "default" 0.0;
             align: 0.0 0.5;
-            color: LIGHT_GREY_FONT_COLOR;
+            color: 214 214 214 255;
             rel1 {
                relative: 1.0 0.0;
                offset: 3 0;
@@ -332,7 +301,7 @@ group { name: "elm/layout/property/2swallow";
                to: "area.swallow2";
             }
             text {
-               font: PT;
+               font: "PT";
                size: 12;
                max: 1 1;
             }

-- 


Reply via email to