rimmed pushed a commit to branch master.

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

commit cfdc95077d975e301988a1cc4f0aa9a760c5e56e
Author: Tetiana Naumenko <[email protected]>
Date:   Thu May 25 11:08:05 2017 +0300

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

diff --git a/data/themes/default/widgets/inwin.edc 
b/data/themes/default/widgets/inwin.edc
index c96bfe0dd..ab8aa4cf4 100644
--- a/data/themes/default/widgets/inwin.edc
+++ b/data/themes/default/widgets/inwin.edc
@@ -426,6 +426,7 @@ group { name: "elm/win/inwin/splash";
    parts {
       part { name: "block_events";
          type: RECT;
+         scale: 1;
          description { state: "default" 0.0;
             color: 255 0 0 0;
          }
@@ -436,6 +437,7 @@ group { name: "elm/win/inwin/splash";
       }
       part { name: "bg";
          type: IMAGE;
+         scale: 1;
          description { state: "default" 0.0;
             max: 0 0;
             image {
@@ -456,6 +458,7 @@ group { name: "elm/win/inwin/splash";
       }
       part { name: "padding.rel1";
          type: SPACER;
+         scale: 1;
          description { state: "default" 0.0;
             align: 0 0;
             max: 27 27;
@@ -465,6 +468,7 @@ group { name: "elm/win/inwin/splash";
       }
       part { name: "padding.rel2";
          type: SPACER;
+         scale: 1;
          description { state: "default" 0.0;
             align: 1.0 1.0;
             max: 27 27;
@@ -474,6 +478,7 @@ group { name: "elm/win/inwin/splash";
       }
       part { name: "area.content";
          type: SPACER;
+         scale: 1;
          description { state: "default" 0.0;
             rel1 {
                relative: 1.0 1.0;
@@ -487,6 +492,7 @@ group { name: "elm/win/inwin/splash";
       }
       part { name: "area.info";
          type: SPACER;
+         scale: 1;
          description { state: "default" 0.0;
             align: 0.0 1.0;
             max: -1 30;
@@ -496,6 +502,7 @@ group { name: "elm/win/inwin/splash";
       }
       part { name: "clipper.area.info";
          type: RECT;
+         scale: 1;
          description { state: "default" 0.0;
             rel1.to: "area.info";
             rel2.to: "area.info";
@@ -508,6 +515,7 @@ group { name: "elm/win/inwin/splash";
       }
       part { name: "elm.swallow.content";
          type: SWALLOW;
+         scale: 1;
          clip_to: "clipper.area.info";
          description { state: "default" 0.0;
             align: 1.0 0.5;
@@ -520,6 +528,7 @@ group { name: "elm/win/inwin/splash";
       }
       part { name: "label.info";
          type: TEXT;
+         scale: 1;
          clip_to: "clipper.area.info";
          description { state: "default" 0.0;
             visible: 0;
@@ -543,6 +552,7 @@ group { name: "elm/win/inwin/splash";
       }
       part { name: "padding.rel2.anim";
          type: SPACER;
+         scale: 1;
          description { state: "default" 0;
             align: 1.0 1.0;
             max: 7 7;
@@ -556,6 +566,7 @@ group { name: "elm/win/inwin/splash";
       }
       part { name: "splash.anim";
          type: IMAGE;
+         scale: 1;
          description { state: "default" 0.0;
             max: 500 300;
             rel1.to: "area.content";

-- 


Reply via email to