rimmed pushed a commit to branch master.

http://git.enlightenment.org/tools/eflete.git/commit/?id=73288dcbd390f0b71d18382f5693e7d3da3d8b7a

commit 73288dcbd390f0b71d18382f5693e7d3da3d8b7a
Author: Vyacheslav Reutskiy <v.reuts...@samsung.com>
Date:   Mon Jul 27 12:54:00 2015 +0300

    Styles: make property/2swallow_vertcal layout more light for calc
    
    Change-Id: I27d66b99902965462468a187dc84831fe4442263
---
 data/themes/default/widgets/layouts/property.edc | 61 +++++++++---------------
 1 file changed, 23 insertions(+), 38 deletions(-)

diff --git a/data/themes/default/widgets/layouts/property.edc 
b/data/themes/default/widgets/layouts/property.edc
index 5b798f9..aea30f5 100644
--- a/data/themes/default/widgets/layouts/property.edc
+++ b/data/themes/default/widgets/layouts/property.edc
@@ -522,36 +522,16 @@ group { name: "elm/layout/property/2swallow_pad";
 
 group { name: "elm/layout/property/2swallow_vertical";
    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 50;
-            max: -1 50;
+            min: 0 44;
+            max: -1 44;
             rel1 {
-               relative: 0.0 1.0;
-               to: "padding.top";
+               offset: 0 3;
             }
             rel2 {
-               relative: 1.0 0.0;
-               to: "padding.bottom";
+               offset: -1 -4;
             }
          }
       }
@@ -585,8 +565,8 @@ group { name: "elm/layout/property/2swallow_vertical";
       part { name: "padding.swallows";
          type: SPACER;
          description { state: "default" 0.0;
-            min: 0 12;
-            max: -1 12;
+            min: 0 6;
+            max: -1 6;
             rel1 {
                to: "area.swallows";
             }
@@ -625,18 +605,23 @@ group { name: "elm/layout/property/2swallow_vertical";
       part { name: "elm.text";
          type: TEXT;
          description { state: "default" 0.0;
-            align: 0.0 0.5;
-            color: LIGHT_GREY_FONT_COLOR;
+            align: 0.5 0.1;
+            min: 0 19;
+            max: -1 19;
+            color_class: "main";
             rel1 {
                to: "area.text";
             }
             rel2 {
-               to: "area.text";
+               relative: 0.0 1.0;
+               offset: -4 -1;
+               to_x: "label.swallow1.start";
+               to_y: "area.text";
             }
             text {
-               font: PT;
+               font: "PT";
                size: 12;
-               max: 1 1;
+               align: 0.0 0.5;
             }
          }
       }
@@ -646,7 +631,7 @@ group { name: "elm/layout/property/2swallow_vertical";
             align: 1.0 0.5;
             min: 52 0;
             max: 52 -1;
-            color: LIGHT_GREY_FONT_COLOR;
+            color_class: "main";
             rel1 {
                to: "area.swallow1";
             }
@@ -655,7 +640,7 @@ group { name: "elm/layout/property/2swallow_vertical";
                to: "area.swallow1";
             }
             text {
-               font: PT;
+               font: "PT";
                size: 12;
                align: 1.0 0.5;
             }
@@ -681,7 +666,7 @@ group { name: "elm/layout/property/2swallow_vertical";
          type: TEXT;
          description { state: "default" 0.0;
             align: 0.0 0.5;
-            color: LIGHT_GREY_FONT_COLOR;
+            color_class: "main";
             rel1 {
                relative: 1.0 0.0;
                offset: 3 0;
@@ -692,7 +677,7 @@ group { name: "elm/layout/property/2swallow_vertical";
                to: "area.swallow1";
             }
             text {
-               font: PT;
+               font: "PT";
                size: 12;
                max: 1 1;
             }
@@ -704,7 +689,7 @@ group { name: "elm/layout/property/2swallow_vertical";
             align: 1.0 0.5;
             min: 52 0;
             max: 52 -1;
-            color: LIGHT_GREY_FONT_COLOR;
+            color_class: "main";
             rel1 {
                to: "area.swallow2";
             }
@@ -739,7 +724,7 @@ group { name: "elm/layout/property/2swallow_vertical";
          type: TEXT;
          description { state: "default" 0.0;
             align: 0.0 0.5;
-            color: LIGHT_GREY_FONT_COLOR;
+            color_class: "main";
             rel1 {
                relative: 1.0 0.0;
                offset: 3 0;
@@ -750,7 +735,7 @@ group { name: "elm/layout/property/2swallow_vertical";
                to: "area.swallow2";
             }
             text {
-               font: PT;
+               font: "PT";
                size: 12;
                max: 1 1;
             }

-- 


Reply via email to