Improve popup theme a bit, add ecdb_combo_clear function.

This commit is contained in:
Jaime Thomas
2008-12-21 19:42:30 +00:00
parent a2f739d228
commit 18dffd7af5
4 changed files with 19 additions and 41 deletions

View File

@ -381,15 +381,12 @@ group {
parts {
part {
name: "base";
type: IMAGE;
name: "ecdb.box";
type: BOX;
description {
state: "default" 0.0;
min: 1 1;
max: 1 1;
color: 255 255 255 0;
visible: 1;
rel1 {
relative: 0.0 0.0;
@ -401,38 +398,9 @@ group {
offset: -1 -1;
}
image {
normal: "background.png";
}
}
description {
state: "active" 0.0;
inherit: "default" 0.0;
color: 255 255 255 200;
max: 9999 9999;
}
}
part {
name: "ecdb.box";
type: BOX;
description {
state: "default" 0.0;
color: 255 255 255 0;
rel1 {
to: "base";
}
rel2 {
to: "base";
}
box {
layout: "vertical";
padding: 1 1;
padding: 0 2;
align: 0.0 0.5;
}
}
@ -451,7 +419,6 @@ group {
signal: "ecdb,combo,popup,show,*";
source: "ecdb";
action: STATE_SET "active" 0.0;
target: "base";
target: "ecdb.box";
transition: DECELERATE 0.2;
}
@ -461,7 +428,6 @@ group {
signal: "ecdb,combo,popup,hide,*";
source: "ecdb";
action: STATE_SET "default" 0.0;
target: "base";
target: "ecdb.box";
transition: DECELERATE 0.2;
}