seoz pushed a commit to branch master.

http://git.enlightenment.org/apps/terminology.git/commit/?id=27f60de90b5dc0ba4658bb62dbfebcfa9e8b13c0

commit 27f60de90b5dc0ba4658bb62dbfebcfa9e8b13c0
Author: Daniel Juyung Seo <seojuyu...@gmail.com>
Date:   Sat Nov 22 02:34:35 2014 +0900

    themes: Make 'About' dialog scalable.
---
 data/themes/default.edc | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/data/themes/default.edc b/data/themes/default.edc
index 66970b2..4d0cfc2 100644
--- a/data/themes/default.edc
+++ b/data/themes/default.edc
@@ -3590,6 +3590,7 @@ target: "0.clip"; target: "1.clip"; target: "2.clip"; 
target: "3.clip"; target:
          part { name: "terminology.text"; type: TEXTBLOCK;
             clip_to: "baseclip";
             mouse_events: 1;
+            scale: 1;
             description { state: "default" 0.0;
                fixed: 1 1;
                align: 0.5 0.0;
@@ -3616,6 +3617,7 @@ target: "0.clip"; target: "1.clip"; target: "2.clip"; 
target: "3.clip"; target:
             }
          }
          part { name: "shell";
+            scale: 1;
             description { state: "default" 0.0;
                max: 198 198;
                aspect: 1.0 1.0;

-- 


Reply via email to