themes: Make 'About' dialog scalable.

This commit is contained in:
Daniel Juyung Seo 2014-11-22 02:34:35 +09:00
parent 90a70c21c9
commit 27f60de90b
1 changed files with 2 additions and 0 deletions

View File

@ -3590,6 +3590,7 @@ target: "0.clip"; target: "1.clip"; target: "2.clip"; target: "3.clip"; target:
part { name: "terminology.text"; type: TEXTBLOCK; part { name: "terminology.text"; type: TEXTBLOCK;
clip_to: "baseclip"; clip_to: "baseclip";
mouse_events: 1; mouse_events: 1;
scale: 1;
description { state: "default" 0.0; description { state: "default" 0.0;
fixed: 1 1; fixed: 1 1;
align: 0.5 0.0; 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"; part { name: "shell";
scale: 1;
description { state: "default" 0.0; description { state: "default" 0.0;
max: 198 198; max: 198 198;
aspect: 1.0 1.0; aspect: 1.0 1.0;