rimmed pushed a commit to branch master.

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

commit 3bf2653bd18db36dc66cab063dab1002e4239777
Author: Tetiana Naumenko <[email protected]>
Date:   Fri May 26 16:40:23 2017 +0300

    theme: made default horizontal panes scalable
    
    Change-Id: I9604c34b5550d6e0588c18ee8ea40a931d73212a
---
 data/themes/default/widgets/panes.edc | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/data/themes/default/widgets/panes.edc 
b/data/themes/default/widgets/panes.edc
index e8d42e354..3663f5590 100644
--- a/data/themes/default/widgets/panes.edc
+++ b/data/themes/default/widgets/panes.edc
@@ -299,11 +299,13 @@ group { name: "elm/panes/horizontal/default";
    parts {
       part { name: "whole";
          type: SPACER;
+         scale: 1;
          description { state: "default" 0.0;
          }
       }
       part { name: "right_constraint";
          type: SPACER;
+         scale: 1;
          dragable {
             x: 0 0 0;
             y: 1 1 1;
@@ -315,6 +317,7 @@ group { name: "elm/panes/horizontal/default";
       }
       part { name: "left_constraint";
          type: SPACER;
+         scale: 1;
          dragable {
             x: 0 0 0;
             y: 1 1 1;
@@ -326,6 +329,7 @@ group { name: "elm/panes/horizontal/default";
       }
       part { name: "bar_area";
          type: SPACER;
+         scale: 1;
          description { state: "default" 0.0;
             rel1 {
                to_y: "left_constraint";
@@ -337,6 +341,7 @@ group { name: "elm/panes/horizontal/default";
       }
       part { name: "elm.bar";
          type: SPACER;
+         scale: 1;
          dragable {
             x: 0 0 0;
             y: 1 1 0;
@@ -356,6 +361,7 @@ group { name: "elm/panes/horizontal/default";
       }
       part { name: "bar";
          type: IMAGE;
+         scale: 1;
          description { state: "default" 0.0;
             fixed: 1 0;
             min: 6 6;
@@ -390,6 +396,7 @@ group { name: "elm/panes/horizontal/default";
       }
       part { name: "hightlight";
          type: RECT;
+         scale: 1;
          description { state: "default" 0.0;
             min: 0 4;
             max: -1 4;
@@ -433,6 +440,7 @@ group { name: "elm/panes/horizontal/default";
       }
       part { name: "dots";
          type: IMAGE;
+         scale: 1;
          description { state: "default" 0.0;
             fixed: 1 0;
             min: 102 2;
@@ -451,6 +459,7 @@ group { name: "elm/panes/horizontal/default";
       }
       part { name: "clipper";
          type: RECT;
+         scale: 1;
          dragable {
             events: "elm.bar";
          }
@@ -467,6 +476,7 @@ group { name: "elm/panes/horizontal/default";
       }
       part { name: "whole_left";
          type: RECT;
+         scale: 1;
          description { state: "default" 0.0;
             rel2 {
                to_y: "elm.bar";
@@ -476,6 +486,7 @@ group { name: "elm/panes/horizontal/default";
       }
       part { name: "whole_right";
          type: RECT;
+         scale: 1;
          description { state: "default" 0.0;
             rel1 {
                to_y: "elm.bar";
@@ -485,6 +496,7 @@ group { name: "elm/panes/horizontal/default";
       }
       part { name: "elm.swallow.left";
          type: SWALLOW;
+         scale: 1;
          clip_to: "whole_left";
          description { state: "default" 0.0;
             fixed: 1 1;
@@ -496,6 +508,7 @@ group { name: "elm/panes/horizontal/default";
       }
       part { name: "elm.swallow.right";
          type: SWALLOW;
+         scale: 1;
          clip_to: "whole_right";
          description { state: "default" 0.0;
             fixed: 1 1;
@@ -507,6 +520,7 @@ group { name: "elm/panes/horizontal/default";
       }
       part { name: "elm.swallow.event";
          type: SWALLOW;
+         scale: 1;
          description { state: "default" 0.0;
             visible: 0;
             fixed: 1 1;

-- 


Reply via email to