rimmed pushed a commit to branch master.

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

commit bb7d900618e6c9664606a478633c387307a88234
Author: Vyacheslav Reutskiy <v.reuts...@samsung.com>
Date:   Mon Jul 27 13:18:46 2015 +0300

    Styles: make property/2swallow_vertcal_pad layout more light for calc
    
    Change-Id: Ib168113ebd8f63e298ef5ce0f0e29d44bdba1f40
---
 data/themes/default/widgets/layouts/property.edc | 60 +++++++++---------------
 1 file changed, 21 insertions(+), 39 deletions(-)

diff --git a/data/themes/default/widgets/layouts/property.edc 
b/data/themes/default/widgets/layouts/property.edc
index aea30f5..6d24a5c 100644
--- a/data/themes/default/widgets/layouts/property.edc
+++ b/data/themes/default/widgets/layouts/property.edc
@@ -746,36 +746,16 @@ group { name: "elm/layout/property/2swallow_vertical";
 
 group { name: "elm/layout/property/2swallow_vertical_pad";
    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;
             }
          }
       }
@@ -809,8 +789,8 @@ group { name: "elm/layout/property/2swallow_vertical_pad";
       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";
             }
@@ -849,19 +829,21 @@ group { name: "elm/layout/property/2swallow_vertical_pad";
       part { name: "elm.text";
          type: TEXT;
          description { state: "default" 0.0;
-            align: 0.0 0.5;
-            color: LIGHT_GREY_FONT_COLOR;
+            color_class: "main";
             rel1 {
-               to: "area.text";
                offset: 24 0;
+               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;
             }
          }
       }
@@ -871,7 +853,7 @@ group { name: "elm/layout/property/2swallow_vertical_pad";
             align: 1.0 0.5;
             min: 52 0;
             max: 52 -1;
-            color: LIGHT_GREY_FONT_COLOR;
+            color_class: "main";
             rel1 {
                to: "area.swallow1";
             }
@@ -880,7 +862,7 @@ group { name: "elm/layout/property/2swallow_vertical_pad";
                to: "area.swallow1";
             }
             text {
-               font: PT;
+               font: "PT";
                size: 12;
                align: 1.0 0.5;
             }
@@ -906,7 +888,7 @@ group { name: "elm/layout/property/2swallow_vertical_pad";
          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;
@@ -917,7 +899,7 @@ group { name: "elm/layout/property/2swallow_vertical_pad";
                to: "area.swallow1";
             }
             text {
-               font: PT;
+               font: "PT";
                size: 12;
                max: 1 1;
             }
@@ -929,7 +911,7 @@ group { name: "elm/layout/property/2swallow_vertical_pad";
             align: 1.0 0.5;
             min: 52 0;
             max: 52 -1;
-            color: LIGHT_GREY_FONT_COLOR;
+            color_class: "main";
             rel1 {
                to: "area.swallow2";
             }
@@ -964,7 +946,7 @@ group { name: "elm/layout/property/2swallow_vertical_pad";
          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;
@@ -975,7 +957,7 @@ group { name: "elm/layout/property/2swallow_vertical_pad";
                to: "area.swallow2";
             }
             text {
-               font: PT;
+               font: "PT";
                size: 12;
                max: 1 1;
             }

-- 


Reply via email to