enventor - elaborate uis

This commit is contained in:
ChunEon Park 2013-09-20 16:48:42 +09:00
parent b091589cf6
commit 0e92e38344
3 changed files with 20 additions and 25 deletions

View File

@ -153,6 +153,8 @@ group { name: "statusbar_layout";
align: 0 0.5;
min: 120 18;
fixed: 1 1;
rel1.offset: 0 -1;
rel2.offset: -1 -2;
text.style: "entry_statusbar_style";
}
}
@ -190,6 +192,8 @@ group { name: "statusbar_layout";
clip_to: "base_clip";
description {
rel1.relative: 1 0;
rel1.offset: 0 -1;
rel2.offset: -1 -2;
align: 1 0.5;
min: 100 18;
fixed: 1 1;
@ -202,6 +206,8 @@ group { name: "statusbar_layout";
description { state: "default" 0.0;
align: 0 0.5;
color: 0 0 0 0;
rel1.offset: 0 -1;
rel2.offset: -1 -2;
text {
font: FN;
size: 11;

View File

@ -7,6 +7,7 @@ images {
image: "setting_icon.png" COMP;
image: "fileselect.png" COMP;
image: "logo.png" COMP;
image: "logo_reflect.png" COMP;
}
group { name: "about_layout";
@ -24,17 +25,17 @@ group { name: "about_layout";
type: RECT;
clip_to: "clipper";
description { state: "default" 0.0;
color: 0 0 0 200;
color: 0 0 0 175;
}
}
part { name: "logo";
scale: 1;
description { state: "default" 0.0;
align: 0.5 0.5;
min: 380 380;
max: 380 380;
min: 120 120;
max: 120 120;
image.normal: "logo.png";
color: 150 150 150 150;
align: 1 1;
color: 255 255 255 175;
}
}
part { name: "left_top_padding";
@ -125,7 +126,7 @@ group { name: "fileselector_layout";
type: RECT;
clip_to: "clipper";
description { state: "default" 0.0;
color: 50 50 50 100;
color: 50 50 50 175;
}
}
part { name: "base_frame_img";
@ -160,7 +161,7 @@ group { name: "fileselector_layout";
align: 0.5 0;
min: 0 25;
fixed: 0 1;
color: 0 0 0 125;
color: 100 100 100 255;
}
}
part { name: "title_icon";
@ -339,7 +340,7 @@ group { name: "warning_layout";
align: 0.5 0;
min: 0 25;
fixed: 0 1;
color: 0 0 0 125;
color: 100 100 100 255;
}
}
part { name: "warning_img";
@ -504,18 +505,6 @@ group { name: "warning_layout";
group { name: "button_layout";
parts {
part { name: "shine";
type: IMAGE;
scale: 1;
description {
align: 0.5 0.5;
image.normal: "content_glow.png";
rel1.to: "elm.swallow.btn";
rel2.to: "elm.swallow.btn";
rel1.relative: -0.41 -0.41;
rel2.relative: 1.41 1.41;
}
}
part { name: "elm.swallow.btn";
type: SWALLOW;
scale: 1;
@ -551,7 +540,7 @@ group { name: "menu_layout";
color: 0 0 0 0;
}
description { state: "show" 0.0;
color: 50 50 50 160;
color: 0 0 0 200;
}
}
part { name: "clipper";
@ -808,7 +797,7 @@ group { name: "setting_layout";
type: RECT;
clip_to: "clipper";
description { state: "default" 0.0;
color: 50 50 50 100;
color: 50 50 50 175;
}
}
part { name: "base_frame_img";
@ -843,7 +832,7 @@ group { name: "setting_layout";
align: 0.5 0;
min: 0 25;
fixed: 0 1;
color: 0 0 0 125;
color: 100 100 100 255;
}
}
part { name: "title_icon";

View File

@ -2162,8 +2162,8 @@ group { name: "elm/panes/vertical/enventor";
y: 0 0 0;
}
description { state: "default" 0.0;
max: 15 9999;
min: 15 100;
max: 18 9999;
min: 18 100;
fixed: 1 1;
rel1.relative: 0.0 0.5;
rel2.relative: 1.0 0.5;