setting - be scalable ui.

This commit is contained in:
ChunEon Park 2014-02-10 23:03:04 +09:00
parent 5d8d5e2493
commit ab238bf1c6
1 changed files with 3 additions and 0 deletions

View File

@ -957,6 +957,7 @@ group { name: "setting_layout";
}
part { name: "snd_path_frame";
type: SPACER;
scale: 1;
description {
rel1 {to: "img_path_frame"; relative: 0 1;}
rel2 {to: "img_path_frame"; relative: 1 1;}
@ -967,6 +968,7 @@ group { name: "setting_layout";
}
part { name: "fnt_path_frame";
type: SPACER;
scale: 1;
description {
rel1 {to: "snd_path_frame"; relative: 0 1;}
rel2 {to: "snd_path_frame"; relative: 1 1;}
@ -977,6 +979,7 @@ group { name: "setting_layout";
}
part { name: "data_path_frame";
type: SPACER;
scale: 1;
description {
rel1 {to: "fnt_path_frame"; relative: 0 1;}
rel2 {to: "fnt_path_frame"; relative: 1 1;}