From 27f60de90b5dc0ba4658bb62dbfebcfa9e8b13c0 Mon Sep 17 00:00:00 2001 From: Daniel Juyung Seo Date: Sat, 22 Nov 2014 02:34:35 +0900 Subject: [PATCH] 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 66970b27..4d0cfc26 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;