rimmed pushed a commit to branch master.

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

commit ac31672c7c14ba0e243767b7cc83fb59a642e36e
Author: Tetiana Naumenko <[email protected]>
Date:   Thu May 25 11:35:58 2017 +0300

    theme: made layout navigator scalable
    
    Change-Id: I129329de8f523c98f902e35ad06a5b9daf27d90d
---
 data/themes/default/widgets/layout.edc | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/data/themes/default/widgets/layout.edc 
b/data/themes/default/widgets/layout.edc
index 63088f9ee..732726a8c 100644
--- a/data/themes/default/widgets/layout.edc
+++ b/data/themes/default/widgets/layout.edc
@@ -235,12 +235,14 @@ group { name: "elm/layout/navigator/default";
    parts {
       part { name: "bg";
          type: RECT;
+         scale: 1;
          description { state: "default" 0.0;
             color_class: "bg_main";
          }
       }
       part { name: "area.top";
          type: SPACER;
+         scale: 1;
          description { state: "default" 0.0;
             align: 0.5 0.0;
             fixed: 0 1;
@@ -250,6 +252,7 @@ group { name: "elm/layout/navigator/default";
       }
       part { name: "elm.text";
          type: TEXT;
+         scale: 1;
          description { state: "default" 0.0;
             align: 0.5 0.5;
             fixed: 1 1;
@@ -293,6 +296,7 @@ group { name: "elm/layout/navigator/default";
       }
       part { name: "elm.swallow.content";
          type: SWALLOW;
+         scale: 1;
          description { state: "default" 0.0;
             rel1 {
                relative: 0.0 1.0;
@@ -304,6 +308,7 @@ group { name: "elm/layout/navigator/default";
       }
       part { name: "elm.swallow.btn0";
          type: SWALLOW;
+         scale: 1;
          description { state: "default" 0.0;
             align: 1.0 0.5;
             fixed: 1 1;
@@ -318,6 +323,7 @@ group { name: "elm/layout/navigator/default";
       }
       part { name: "elm.swallow.btn1";
          type: SWALLOW;
+         scale: 1;
          description { state: "default" 0.0;
             align: 1.0 0.5;
             fixed: 1 1;
@@ -334,6 +340,7 @@ group { name: "elm/layout/navigator/default";
       }
       part { name: "elm.swallow.btn2";
          type: SWALLOW;
+         scale: 1;
          description { state: "default" 0.0;
             align: 1.0 0.5;
             fixed: 1 1;
@@ -350,6 +357,7 @@ group { name: "elm/layout/navigator/default";
       }
       part { name: "elm.swallow.btn3";
          type: SWALLOW;
+         scale: 1;
          description { state: "default" 0.0;
             align: 1.0 0.5;
             fixed: 1 1;

-- 


Reply via email to