rimmed pushed a commit to branch master.

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

commit 799c1431d1df58bcd8797d3e3feff6c8b8bd0ae1
Author: Tetiana Naumenko <t.naume...@samsung.com>
Date:   Wed May 17 13:28:16 2017 +0300

    theme: made tabs_vertical scalable
    
    Change-Id: Ida6c59bdb33efcc84031bf729b72c313ed9a4145
---
 data/themes/default/widgets/toolbar.edc | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/data/themes/default/widgets/toolbar.edc 
b/data/themes/default/widgets/toolbar.edc
index 466e23d..b756e1f 100644
--- a/data/themes/default/widgets/toolbar.edc
+++ b/data/themes/default/widgets/toolbar.edc
@@ -1298,11 +1298,13 @@ group { name: "elm/toolbar/base/tabs_vertical";
    parts {
       part { name: "clipper";
          type: RECT;
+         scale: 1;
          description { state: "default" 0.0;
          }
       }
       part { name: "elm.swallow.content";
          type: SWALLOW;
+         scale: 1;
          clip_to: "clipper";
          description { state: "default" 0.0;
          }
@@ -1318,12 +1320,14 @@ group { name: "elm/toolbar/item/tabs_vertical";
    parts {
       part { name: "base";
          type: SPACER;
+         scale: 1;
          description { state: "default" 0.0;
             min: 0 32;
          }
       }
       part { name: "bg";
          type: IMAGE;
+         scale: 1;
          description { state: "default" 0.0;
             min: 135 29;
             max: -1 29;
@@ -1331,6 +1335,7 @@ group { name: "elm/toolbar/item/tabs_vertical";
             image {
                normal: "tabs-vertical-item-bg.png";
                border: 10 0 0 0;
+               border_scale: 1;
             }
          }
          description { state: "selected" 0.0;
@@ -1342,6 +1347,7 @@ group { name: "elm/toolbar/item/tabs_vertical";
       }
       part { name: "elm.swallow.icon";
          type: SWALLOW;
+         scale: 1;
          clip_to: "clipper";
          description { state: "default" 0.0;
             visible: 0;
@@ -1352,6 +1358,7 @@ group { name: "elm/toolbar/item/tabs_vertical";
             align: 0.0 0.5;
             min: 16 16;
             max: 16 16;
+            fixed: 1 1;
             rel1 {
                offset: 6 2;
                to: "bg";
@@ -1365,6 +1372,7 @@ group { name: "elm/toolbar/item/tabs_vertical";
             visible: 0;
             min: 16 16;
             max: 16 16;
+            fixed: 1 1;
             rel1 {
                offset: 6 2;
                to: "bg";
@@ -1377,6 +1385,7 @@ group { name: "elm/toolbar/item/tabs_vertical";
       }
       part { name: "elm.text";
          type: TEXT;
+         scale: 1;
          clip_to: "clipper";
          description { state: "default" 0.0;
             min: 0 21;
@@ -1416,6 +1425,7 @@ group { name: "elm/toolbar/item/tabs_vertical";
       }
       part { name: "clipper";
          type: RECT;
+         scale: 1;
          description { state: "default" 0.0;
             color_class: "main";
          }
@@ -1425,6 +1435,7 @@ group { name: "elm/toolbar/item/tabs_vertical";
       }
       part { name: "event";
          type: RECT;
+         scale: 1;
          description { state: "default" 0.0;
             color: 255 255 255 0;
          }

-- 


Reply via email to