rimmed pushed a commit to branch master.

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

commit b68331457d6340673508ff1e91d0f14ac7737732
Author: Tetiana Naumenko <[email protected]>
Date:   Thu May 25 13:21:26 2017 +0300

    theme: made info popup scalable
    
    Change-Id: Ia860f9f68f19be518439474665d3f843715f12d5
---
 data/themes/default/widgets/popup.edc | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/data/themes/default/widgets/popup.edc 
b/data/themes/default/widgets/popup.edc
index 9aeae9666..ed4adc150 100644
--- a/data/themes/default/widgets/popup.edc
+++ b/data/themes/default/widgets/popup.edc
@@ -44,6 +44,7 @@ group { name: "elm/notify/center/popup/default";
    parts {
       part { name: "base";
          type: RECT;
+         scale: 1;
          mouse_events: 0;
          repeat_events: 1;
          description { state: "default" 0.0;
@@ -53,6 +54,7 @@ group { name: "elm/notify/center/popup/default";
          }
       }
       part { name: "pop";
+         scale: 1;
          description { state: "default" 0.0;
             image {
                normal: "popup-bg.png";
@@ -68,6 +70,7 @@ group { name: "elm/notify/center/popup/default";
       }
       part { name: "elm.swallow.content";
          type: SWALLOW;
+         scale: 1;
          description { state: "default" 0.0;
             rel1 {
                to: "pop";
@@ -114,6 +117,7 @@ group { name: "elm/popup/base/default";
       }
       part { name: "elm.text.title";
          type: TEXT;
+         scale: 1;
          description { state: "default" 0.0;
             align: 0.5 0.0;
             min: 0 34;
@@ -267,6 +271,7 @@ group { name: "elm/popup/content/popup/default";
    parts{
       part{ name:"elm.swallow.content";
          type: SWALLOW;
+         scale: 1;
          description { state: "default" 0.0;
             min: 380 0;
          }

-- 


Reply via email to